forked from TrueCloudLab/frostfs-node
[#425] blobstor: Remove hard-code used for Blobovnicza test
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
6204ca8308
commit
b62a2a0f54
1 changed files with 0 additions and 2 deletions
|
@ -49,8 +49,6 @@ func testObject(sz uint64) *object.Object {
|
|||
raw.SetPayload(raw.Payload()[:sz-(ln-sz)])
|
||||
}
|
||||
|
||||
raw.SetAttributes() // for require.Equal
|
||||
|
||||
return raw.Object()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue