[#498] policer: Fix objectSDK import #502
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ func TestIteratorContract(t *testing.T) {
|
|||
addr := oidtest.Address()
|
||||
objs := []objectcore.AddressWithType{{
|
||||
Address: addr,
|
||||
Type: object.TypeRegular,
|
||||
Type: objectSDK.TypeRegular,
|
||||
}}
|
||||
|
||||
containerSrc := func(id cid.ID) (*container.Container, error) {
|
||||
|
|
Loading…
Reference in a new issue