[#966] engine: Fix test after neofs-api-go replacement

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2021-11-15 12:37:56 +03:00 committed by Alex Vanin
parent 9a4d4c03b7
commit e4087893a1

View file

@ -4,7 +4,7 @@ import (
"errors" "errors"
"testing" "testing"
cidtest "github.com/nspcc-dev/neofs-api-go/pkg/container/id/test" cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"
) )
@ -13,7 +13,7 @@ func TestExecBlocks(t *testing.T) {
defer e.Close() defer e.Close()
// put some object // put some object
obj := generateRawObjectWithCID(t, cidtest.Generate()).Object() obj := generateRawObjectWithCID(t, cidtest.GenerateID()).Object()
addr := obj.Address() addr := obj.Address()