We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be9506 commit 4f574f4Copy full SHA for 4f574f4
cmd/nerdctl/container/container_start_test.go
@@ -20,10 +20,11 @@ import (
20
"runtime"
21
"testing"
22
23
- "github.com/containerd/nerdctl/v2/pkg/testutil"
24
- "github.com/containerd/nerdctl/pkg/testutil/nerdtest"
25
"github.com/containerd/nerdctl/mod/tigron/expect"
26
"github.com/containerd/nerdctl/mod/tigron/test"
+
+ "github.com/containerd/nerdctl/v2/pkg/testutil"
27
+ "github.com/containerd/nerdctl/v2/pkg/testutil/nerdtest"
28
)
29
30
func TestStart(t *testing.T) {
0 commit comments