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
|
@ -7,8 +7,8 @@ import (
|
|||
"github.com/nspcc-dev/neofs-sdk-go/storagegroup"
|
||||
)
|
||||
|
||||
// Generate returns random storagegroup.StorageGroup.
|
||||
func Generate() *storagegroup.StorageGroup {
|
||||
// StorageGroup returns random storagegroup.StorageGroup.
|
||||
func StorageGroup() *storagegroup.StorageGroup {
|
||||
x := storagegroup.New()
|
||||
|
||||
x.SetExpirationEpoch(66)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue