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
|
@ -3,7 +3,7 @@ package sessiontest
|
|||
import (
|
||||
"math/rand"
|
||||
|
||||
oidtest "github.com/nspcc-dev/neofs-sdk-go/object/address/test"
|
||||
addresstest "github.com/nspcc-dev/neofs-sdk-go/object/address/test"
|
||||
"github.com/nspcc-dev/neofs-sdk-go/session"
|
||||
)
|
||||
|
||||
|
@ -24,7 +24,7 @@ func ObjectContext() *session.ObjectContext {
|
|||
|
||||
setters[rand.Uint32()%uint32(len(setters))]()
|
||||
|
||||
c.ApplyTo(oidtest.Address())
|
||||
c.ApplyTo(addresstest.Address())
|
||||
|
||||
return c
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue