Skip to content

Commit a0e0e89

Browse files
committed
fixup
1 parent 5672f7f commit a0e0e89

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/storage/volume/scaleio/src/test/java/org/apache/cloudstack/storage/datastore/driver/ScaleIOPrimaryDataStoreDriverTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,6 @@ public void deleteSourceVolumeFailureScenarioWhenNoSDCisFound() {
500500
String srcVolumePath = "bec0ba7700000007:vol-11-6aef-10ee";
501501

502502
DataStore srcStore = Mockito.mock(DataStore.class);
503-
when(srcStore.getId()).thenReturn(1L);
504503
DataTO volumeTO = Mockito.mock(DataTO.class);
505504
when(srcData.getDataStore()).thenReturn(srcStore);
506505
when(srcData.getTO()).thenReturn(volumeTO);

0 commit comments

Comments
 (0)