Fix test cases

This commit is contained in:
Harikrishna Patnala 2020-08-04 14:15:01 +05:30
parent 36d65905b1
commit 1b18554794
3 changed files with 15 additions and 0 deletions

View File

@ -137,6 +137,11 @@ public class BackupSnapshotCommandTest {
@Override
public boolean isManaged() { return false; }
@Override
public Long getParent() {
return 0L;
}
@Override
public Long getPodId() {
return 0L;

View File

@ -176,6 +176,11 @@ public class CheckNetworkAnswerTest {
@Override
public boolean isManaged() { return false; }
@Override
public Long getParent() {
return 0L;
}
@Override
public Long getPodId() {
return 0L;

View File

@ -138,6 +138,11 @@ public class SnapshotCommandTest {
@Override
public boolean isManaged() { return false; }
@Override
public Long getParent() {
return 0L;
}
@Override
public Long getPodId() {
return 0L;