Skip to content

Commit d4781cd

Browse files
authored
Apply suggestions from code review
1 parent c17b6b9 commit d4781cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/hypervisors/kvm/src/test/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtRestoreBackupCommandWrapperTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,7 @@ public void testExecuteWithMultipleVolumes() throws Exception {
508508
"/var/lib/libvirt/images/volume-123",
509509
"/var/lib/libvirt/images/volume-456"
510510
));
511+
when(command.getBackupFiles()).thenReturn(Arrays.asList("volume-123", "volume-456"));
511512
when(command.getBackupVolumesUUIDs()).thenReturn(Arrays.asList("volume-123", "volume-456"));
512513
when(command.getMountTimeout()).thenReturn(30);
513514

0 commit comments

Comments
 (0)