Skip to content

Commit 277c451

Browse files
committed
fix linting issue
1 parent a1027aa commit 277c451

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

stembuild/integration/convert_vmdk_command_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ var _ = Describe("Convert VMDK", func() {
3636
stembuildExecutable, err := helpers.BuildStembuild(stembuildVersion)
3737
Expect(err).ToNot(HaveOccurred())
3838

39-
4039
session := helpers.Stembuild(stembuildExecutable, "package", "--vmdk", inputVmdk)
41-
Eventually(session).WithTimeout(60*time.Second).Should(Exit(1))
40+
Eventually(session).WithTimeout(60 * time.Second).Should(Exit(1))
4241
Eventually(session.Err).Should(Say(fmt.Sprintf(`versioning error; parsed os version is: %s`, osVersion)))
4342
})
4443
})

0 commit comments

Comments
 (0)