Skip to content

Commit 0f58d93

Browse files
frelonatanasdinov
andauthored
Update pkg/installermedia/iso_test.go
Co-authored-by: Atanas Dinov <[email protected]>
1 parent bdc0995 commit 0f58d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/installermedia/iso_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ var _ = Describe("Install", Label("install"), func() {
154154
Expect(err.Error()).To(ContainSubstring("xorriso command failed"))
155155
})
156156
It("customizes an ISO", func() {
157-
Expect(vfs.MkdirAll(fs, "/some/dir/build", vfs.DirPerm))
157+
Expect(vfs.MkdirAll(fs, "/some/dir/build", vfs.DirPerm)).To(Succeed())
158158

159159
// Create the file pointed out by -outdev when xorriso is called.
160160
sideEffects["xorriso"] = func(args ...string) ([]byte, error) {

0 commit comments

Comments
 (0)