forked from TrueCloudLab/frostfs-sdk-go
[#54] tests: unify test generator names
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
fa7c01bd0b
commit
3d0df0d068
35 changed files with 113 additions and 113 deletions
|
@ -20,7 +20,7 @@ func TestNewContainer(t *testing.T) {
|
|||
|
||||
nonce := uuid.New()
|
||||
|
||||
ownerID := ownertest.GenerateID()
|
||||
ownerID := ownertest.ID()
|
||||
policy := netmaptest.PlacementPolicy()
|
||||
|
||||
c.SetBasicACL(acl.PublicBasicRule)
|
||||
|
@ -75,7 +75,7 @@ func TestContainerEncoding(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestContainer_SessionToken(t *testing.T) {
|
||||
tok := sessiontest.Generate()
|
||||
tok := sessiontest.Token()
|
||||
|
||||
cnr := container.New()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue