Skip to content

Commit de6ff00

Browse files
committed
test fix
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent 1ca7e01 commit de6ff00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

server/src/test/java/com/cloud/alert/AlertManagerImplTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ public class AlertManagerImplTest {
119119
@Mock
120120
ConfigurationDao configDao;
121121

122+
@Mock
123+
MessageBus messageBus;
124+
122125
private final String[] recipients = new String[]{"test@test.com"};
123126
private final String senderAddress = "sender@test.com";
124127

0 commit comments

Comments
 (0)