[#425] blobstor: Remove hard-code used for Blobovnicza test

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2021-03-15 14:40:56 +03:00 committed by Alex Vanin
parent 6204ca8308
commit b62a2a0f54

View file

@ -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()
}