DaanHoogland commented on code in PR #12615:
URL: https://github.com/apache/cloudstack/pull/12615#discussion_r2803056855
##########
server/src/test/java/com/cloud/user/AccountManagerImplTest.java:
##########
@@ -131,24 +148,21 @@ public class AccountManagerImplTest extends
AccountManagetImplTestBase {
@Mock
RoleService roleService;
+ @BeforeClass
Review Comment:
did you forget to import it @SURYAS1306 ?
```
[INFO] -------------------------------------------------------------
Error:
/home/runner/work/cloudstack/cloudstack/server/src/test/java/com/cloud/user/AccountManagerImplTest.java:[151,5]
error: cannot find symbol
symbol: class BeforeClass
location: class AccountManagerImplTest
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]