Skip to content

Commit 40e8d87

Browse files
Srivastava, PiyushSrivastava, Piyush
authored andcommitted
CSTACKEX-114: resolved UT failure
1 parent 7a3fdda commit 40e8d87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/storage/volume/ontap/src/test/java/org/apache/cloudstack/storage/driver/OntapPrimaryDatastoreDriverTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ void testDeleteAsync_NFSVolume_Success() {
308308

309309
when(dataStore.getId()).thenReturn(1L);
310310
when(volumeInfo.getType()).thenReturn(VOLUME);
311-
when(volumeInfo.getId()).thenReturn(100L);
312311

313312
when(storagePoolDao.findById(1L)).thenReturn(storagePool);
314313
when(storagePoolDetailsDao.listDetailsKeyPairs(1L)).thenReturn(storagePoolDetails);

0 commit comments

Comments
 (0)