forked from TrueCloudLab/frostfs-node
[#966] engine: Fix test after neofs-api-go replacement
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
9a4d4c03b7
commit
e4087893a1
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue