Skip to content

Commit 662c531

Browse files
committed
typo
1 parent 6652586 commit 662c531

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engine/storage/datamotion/src/test/java/org/apache/cloudstack/storage/motion/StorageSystemDataMotionStrategyTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ public void getVolumeBackingFileTestNullTemplateId() {
497497
Mockito.verify(ref,never()).getInstallPath();
498498
}
499499

500-
+ @Test
500+
@Test
501501
public void getVolumeBackingFileTestNullStoragePoolId() {
502502
setUpGetVolumeBackingFileTest();
503503
Mockito.when(srcVolumeInfo.getPoolId()).thenReturn(null);

0 commit comments

Comments
 (0)