[#979] Upgrade SDK NeoFS Go dependency

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2021-12-01 16:56:48 +03:00 committed by LeL
parent 3fcd7bc948
commit 6f41cd86ed
33 changed files with 57 additions and 57 deletions

View file

@ -13,7 +13,7 @@ import (
func TestDB_Delete(t *testing.T) {
db := newDB(t)
cid := cidtest.GenerateID()
cid := cidtest.ID()
parent := generateRawObjectWithCID(t, cid)
addAttribute(parent, "foo", "bar")
@ -69,7 +69,7 @@ func TestDB_Delete(t *testing.T) {
func TestDeleteAllChildren(t *testing.T) {
db := newDB(t)
cid := cidtest.GenerateID()
cid := cidtest.ID()
// generate parent object
parent := generateRawObjectWithCID(t, cid)