Move pkg/testutil to internal/testutil

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2024-01-17 09:57:28 -08:00
parent 114df368f0
commit 1c4be2d883
26 changed files with 23 additions and 23 deletions

View File

@@ -25,7 +25,7 @@ import (
"github.com/containerd/containerd/v2/core/snapshots"
"github.com/containerd/containerd/v2/core/snapshots/testsuite"
"github.com/containerd/containerd/v2/pkg/testutil"
"github.com/containerd/containerd/v2/internal/testutil"
)
func newSnapshotter(ctx context.Context, root string) (snapshots.Snapshotter, func() error, error) {