diff --git a/pkg/services/object/get/get_test.go b/pkg/services/object/get/get_test.go index be1e96c2..988cd698 100644 --- a/pkg/services/object/get/get_test.go +++ b/pkg/services/object/get/get_test.go @@ -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