[#1171] objectsvc: Fix linter warning

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
Evgenii Stratonikov 2024-06-11 17:05:38 +03:00
parent dff4dd545e
commit 67a6da470f

View file

@ -65,6 +65,7 @@ type testEpochReceiver uint64
func (e testEpochReceiver) Epoch() (uint64, error) {
return uint64(e), nil
}
func (e testEpochReceiver) CurrentEpoch() uint64 {
return uint64(e)
}
@ -1751,7 +1752,6 @@ func TestGetRange(t *testing.T) {
})
}
}
})
t.Run("big", func(t *testing.T) {
const totalSize = 9