Skip to content

Commit e6c0d00

Browse files
author
Roman Sysoev
committed
test: improve step description
Signed-off-by: Roman Sysoev <roman.sysoev@flant.com>
1 parent 8c91787 commit e6c0d00

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/e2e/vm/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ var _ = Describe("VirtualMachineVersions", func() {
4343
})
4444

4545
It("should expose qemu and libvirt versions in VM status", func() {
46-
By("Creating VirtualDisk from precreated ClusterVirtualImage")
46+
By("Generating VirtualDisk from precreated ClusterVirtualImage")
4747
vdRoot := object.NewVDFromCVI("vd-root", f.Namespace().Name, object.PrecreatedCVIAlpineBIOS,
4848
vdbuilder.WithSize(ptr.To(resource.MustParse("512Mi"))),
4949
)
5050

51-
By("Creating VirtualMachine")
51+
By("Generating VirtualMachine")
5252
vm := object.NewMinimalVM("vm-", f.Namespace().Name,
5353
vmbuilder.WithBlockDeviceRefs(
5454
v1alpha2.BlockDeviceSpecRef{

0 commit comments

Comments
 (0)