Skip to content

Commit

Permalink
integration: use v2 in crc import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jsliacan committed Sep 18, 2023
1 parent 20f95c2 commit 2f86ee5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/integration/podman_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"runtime"

"github.com/crc-org/crc/v2/test/extended/crc/cmd"
"github.com/crc-org/crc/test/extended/util"
"github.com/crc-org/crc/v2/test/extended/util"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)
Expand Down
2 changes: 1 addition & 1 deletion test/integration/resize_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"os/exec"
"runtime"

"github.com/crc-org/crc/test/extended/util"
"github.com/crc-org/crc/v2/test/extended/util"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)
Expand Down
2 changes: 1 addition & 1 deletion test/integration/testsuite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"path/filepath"
"testing"

"github.com/crc-org/crc/test/extended/util"
"github.com/crc-org/crc/v2/test/extended/util"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
gomegaformat "github.com/onsi/gomega/format"
Expand Down

0 comments on commit 2f86ee5

Please sign in to comment.