Fix lint warnings in storage group package

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
Alex Vanin 2020-08-17 15:19:36 +03:00 committed by Stanislav Bogatyrev
parent 304103c6fa
commit 1ae7f9b491
4 changed files with 30 additions and 3 deletions

View file

@ -12,6 +12,7 @@ import (
func TestStorageGroup_StableMarshal(t *testing.T) {
ownerID1 := new(refs.ObjectID)
ownerID1.SetValue([]byte("Object ID 1"))
ownerID2 := new(refs.ObjectID)
ownerID2.SetValue([]byte("Object ID 2"))