forked from TrueCloudLab/frostfs-node
[#1112] Fix issue from gofumpt
Signed-off-by: Anton Nikiforov <an.nikiforov@yadro.com>
This commit is contained in:
parent
93c0ccad4f
commit
21a490da8f
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