Skip to content

Commit 183078e

Browse files
CSTACK-18_1: corrected junit as per latest changes
1 parent ce47faa commit 183078e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

plugins/storage/volume/ontap/src/test/java/org/apache/cloudstack/storage/service/StorageStrategyTest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,11 @@ public CloudStackVolume getCloudStackVolume(
146146
return null;
147147
}
148148

149+
@Override
150+
public CloudStackVolume snapshotCloudStackVolume(CloudStackVolume cloudstackVolume) {
151+
return null;
152+
}
153+
149154
@Override
150155
public AccessGroup createAccessGroup(
151156
org.apache.cloudstack.storage.service.model.AccessGroup accessGroup) {

0 commit comments

Comments
 (0)