Skip to content

Commit a4765ba

Browse files
committed
fix build
Signed-off-by: Abhishek Kumar <[email protected]>
1 parent c1e473f commit a4765ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

agent/src/test/java/com/cloud/agent/AgentTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ public void testAgentInitialization() {
123123
@Test
124124
public void testAgentShutdownHookAdded() {
125125
Runtime.getRuntime().removeShutdownHook(agent.shutdownThread);
126-
when(logger.isTraceEnabled()).thenReturn(true);
127126
agent.setupShutdownHookAndInitExecutors();
128127
verify(logger).trace("Adding shutdown hook");
129128
}

0 commit comments

Comments
 (0)