Skip to content

Commit

Permalink
fixing testSoci method signature in vm_test.go
Browse files Browse the repository at this point in the history
Signed-off-by: Channing Gaddy <[email protected]>
  • Loading branch information
CodeChanning committed Aug 9, 2023
1 parent 47bc078 commit 49680dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/vm/vm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func TestVM(t *testing.T) {
testVirtualizationFrameworkAndRosetta(o, *e2e.Installed)
testSupportBundle(o)
testCredHelper(o, *e2e.Installed, *e2e.Registry)
testSoci(o, limactlO, limaHomePath, *e2e.Installed, t)
testSoci(o, limactlO, limaHomePath, *e2e.Installed)
})

gomega.RegisterFailHandler(ginkgo.Fail)
Expand Down

0 comments on commit 49680dc

Please sign in to comment.