Skip to content

Commit 645c22d

Browse files
author
Daan Hoogland
committed
removed unnecessary stub
1 parent 3a51959 commit 645c22d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

server/src/test/java/com/cloud/ha/KVMFencerTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ public void testWithSingleHostDown() {
8888
Mockito.when(host.getDataCenterId()).thenReturn(1l);
8989
Mockito.when(host.getPodId()).thenReturn(1l);
9090
Mockito.when(host.getStatus()).thenReturn(Status.Down);
91-
Mockito.when(host.getId()).thenReturn(1l);
9291
VirtualMachine virtualMachine = Mockito.mock(VirtualMachine.class);
9392

9493
Mockito.when(resourceManager.listAllHostsInCluster(1l)).thenReturn(Collections.singletonList(host));

0 commit comments

Comments
 (0)