forked from TrueCloudLab/frostfs-node
[#1171] objectsvc: Fix linter warning
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
dff4dd545e
commit
67a6da470f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue