forked from TrueCloudLab/frostfs-sdk-go
[#128] *: Use correct aliases for object testing
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
41f17d1a09
commit
6d3d91f889
8 changed files with 25 additions and 25 deletions
|
@ -4,7 +4,7 @@ import (
|
|||
"github.com/nspcc-dev/neofs-sdk-go/audit"
|
||||
cidtest "github.com/nspcc-dev/neofs-sdk-go/container/id/test"
|
||||
oid "github.com/nspcc-dev/neofs-sdk-go/object/id"
|
||||
"github.com/nspcc-dev/neofs-sdk-go/object/id/test"
|
||||
oidtest "github.com/nspcc-dev/neofs-sdk-go/object/id/test"
|
||||
versiontest "github.com/nspcc-dev/neofs-sdk-go/version/test"
|
||||
)
|
||||
|
||||
|
@ -30,8 +30,8 @@ func Result() *audit.Result {
|
|||
[]byte("node3"),
|
||||
[]byte("node4"),
|
||||
})
|
||||
x.SetPassSG([]*oid.ID{test.ID(), test.ID()})
|
||||
x.SetFailSG([]*oid.ID{test.ID(), test.ID()})
|
||||
x.SetPassSG([]*oid.ID{oidtest.ID(), oidtest.ID()})
|
||||
x.SetFailSG([]*oid.ID{oidtest.ID(), oidtest.ID()})
|
||||
|
||||
return x
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue