Skip to content

Commit af55fa9

Browse files
committed
Refactor container_start_test.go to use Tigron
Updates tests to use nerdtest.Setup and the Tigron testing framework as per issue containerd #4613. Signed-off-by: Nuwed Munshi <nuwed.munshi@gmail.com>
1 parent 5be9506 commit af55fa9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cmd/nerdctl/container/container_start_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ import (
2020
"runtime"
2121
"testing"
2222

23-
"github.com/containerd/nerdctl/v2/pkg/testutil"
24-
"github.com/containerd/nerdctl/pkg/testutil/nerdtest"
2523
"github.com/containerd/nerdctl/mod/tigron/expect"
2624
"github.com/containerd/nerdctl/mod/tigron/test"
25+
26+
"github.com/containerd/nerdctl/v2/pkg/testutil"
27+
"github.com/containerd/nerdctl/v2/pkg/testutil/nerdtest"
2728
)
2829

2930
func TestStart(t *testing.T) {

0 commit comments

Comments
 (0)