forked from TrueCloudLab/frostfs-node
[#1181] Do not use deprecated elements
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
e3f4e48d87
commit
323dea95c6
6 changed files with 10 additions and 10 deletions
|
@ -29,7 +29,7 @@ func TestDB_Lock(t *testing.T) {
|
|||
object.TypeLock,
|
||||
object.TypeRegular,
|
||||
} {
|
||||
obj := objecttest.Raw()
|
||||
obj := objecttest.Object()
|
||||
obj.SetType(typ)
|
||||
obj.SetContainerID(&cnr)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue