From 2f86ee598963398a0284c8cbd833c9a210852c4c Mon Sep 17 00:00:00 2001 From: Jakub Sliacan Date: Mon, 18 Sep 2023 09:33:30 +0200 Subject: [PATCH] integration: use v2 in crc import paths --- test/integration/podman_test.go | 2 +- test/integration/resize_test.go | 2 +- test/integration/testsuite_test.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/integration/podman_test.go b/test/integration/podman_test.go index dd27f21fb1..2a0e85aa1e 100644 --- a/test/integration/podman_test.go +++ b/test/integration/podman_test.go @@ -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" ) diff --git a/test/integration/resize_test.go b/test/integration/resize_test.go index 7c8b7e9263..bfa69de1ba 100644 --- a/test/integration/resize_test.go +++ b/test/integration/resize_test.go @@ -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" ) diff --git a/test/integration/testsuite_test.go b/test/integration/testsuite_test.go index 78a3283006..2ec8097cdc 100644 --- a/test/integration/testsuite_test.go +++ b/test/integration/testsuite_test.go @@ -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"