diff --git a/pkg/policy/encode_test.go b/pkg/policy/encode_test.go index 968c690..10de5fe 100644 --- a/pkg/policy/encode_test.go +++ b/pkg/policy/encode_test.go @@ -5,7 +5,7 @@ import ( "strings" "testing" - "github.com/nspcc-dev/neofs-node/pkg/policy" + "github.com/nspcc-dev/neofs-sdk-go/pkg/policy" "github.com/stretchr/testify/require" )