Update tests to use gotest.tools angel
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
@@ -25,9 +25,9 @@ import (
|
||||
"testing"
|
||||
|
||||
"github.com/containerd/containerd/errdefs"
|
||||
"github.com/gotestyourself/gotestyourself/assert"
|
||||
is "github.com/gotestyourself/gotestyourself/assert/cmp"
|
||||
"github.com/opencontainers/go-digest"
|
||||
"gotest.tools/assert"
|
||||
is "gotest.tools/assert/cmp"
|
||||
)
|
||||
|
||||
type copySource struct {
|
||||
|
Reference in New Issue
Block a user