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

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
remotes/fyrchik/neofs-adm-update
Alex Vanin 2021-11-15 12:37:56 +03:00 committed by Alex Vanin
parent 9a4d4c03b7
commit e4087893a1
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import (
"errors"
"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"
)
@ -13,7 +13,7 @@ func TestExecBlocks(t *testing.T) {
defer e.Close()
// put some object
obj := generateRawObjectWithCID(t, cidtest.Generate()).Object()
obj := generateRawObjectWithCID(t, cidtest.GenerateID()).Object()
addr := obj.Address()