Skip to content

Commit 513e2c0

Browse files
committed
Fix test failure
1 parent 9882d7f commit 513e2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/orchestration/src/test/java/org/apache/cloudstack/engine/orchestration/NetworkOrchestratorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ public void testShutdownNetworkInImplementingState() {
894894
boolean shutdownNetworkStatus = testOrchestrator.shutdownNetwork(networkId, reservationContext, false);
895895
Assert.assertFalse(shutdownNetworkStatus);
896896

897-
verify(network, times(3)).getState();
897+
verify(network).getState();
898898
verify(testOrchestrator._networksDao, times(1)).acquireInLockTable(networkId, NetworkLockTimeout.value());
899899
verify(testOrchestrator._networksDao, times(1)).releaseFromLockTable(networkId);
900900
}

0 commit comments

Comments
 (0)