Skip to content

Commit c484952

Browse files
committed
correct test case
1 parent 1305160 commit c484952

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/server/machine_volume_update_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ var _ = FDescribe("UpdateVolume", func() {
128128
g.Expect(domainXML.Unmarshal(domainXMLData)).Should(Succeed())
129129
disks = domainXML.Devices.Disks
130130
return len(disks)
131-
}).Should(Equal(4))
131+
}).Should(Equal(3))
132132
Expect(disks[0].Serial).To(HavePrefix("oda"))
133133
Expect(disks[1].Serial).To(HavePrefix("odc"))
134134

0 commit comments

Comments
 (0)