Skip to content

Commit

Permalink
fixing testSoci method signature
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 cc766d1 commit 47bc078
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions e2e/vm/soci_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ package vm

import (
"strings"
"testing"

"github.com/onsi/ginkgo/v2"
"github.com/onsi/gomega"
Expand All @@ -14,7 +13,7 @@ import (
"github.com/runfinch/common-tests/option"
)

var testSoci = func(o *option.Option, limactlO *option.Option, limaHomePath string, installed bool, t *testing.T) {
var testSoci = func(o *option.Option, limactlO *option.Option, limaHomePath string, installed bool) {

ginkgo.Describe("Soci", func() {
ginkgo.It("finch pull should have same mounts as nerdctl pull with SOCI", func() {
Expand Down

0 comments on commit 47bc078

Please sign in to comment.