forked from TrueCloudLab/frostfs-node
[#979] Upgrade SDK NeoFS Go dependency
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
3fcd7bc948
commit
6f41cd86ed
33 changed files with 57 additions and 57 deletions
|
@ -75,7 +75,7 @@ func (s *testAnnouncementStorage) Close() error {
|
|||
|
||||
func randAnnouncement() container.UsedSpaceAnnouncement {
|
||||
a := container.NewAnnouncement()
|
||||
a.SetContainerID(cidtest.GenerateID())
|
||||
a.SetContainerID(cidtest.ID())
|
||||
a.SetUsedSpace(rand.Uint64())
|
||||
|
||||
return *a
|
||||
|
|
|
@ -13,7 +13,7 @@ func TestStorage(t *testing.T) {
|
|||
const epoch uint64 = 13
|
||||
|
||||
a := container.NewAnnouncement()
|
||||
a.SetContainerID(cidtest.GenerateID())
|
||||
a.SetContainerID(cidtest.ID())
|
||||
a.SetEpoch(epoch)
|
||||
|
||||
const opinionsNum = 100
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue