quiet stupid linter
This commit is contained in:
parent
09f5ba177a
commit
e85391b46c
@ -54,7 +54,7 @@ func testSplitStore(t *testing.T, cfg *Config) {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
}
|
}
|
||||||
defer ss.Close()
|
defer ss.Close() //nolint
|
||||||
|
|
||||||
err = ss.Start(chain)
|
err = ss.Start(chain)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
@ -107,7 +107,7 @@ func testSplitStore(t *testing.T, cfg *Config) {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
}
|
}
|
||||||
for _ = range ch {
|
for range ch {
|
||||||
count++
|
count++
|
||||||
}
|
}
|
||||||
return count
|
return count
|
||||||
|
Loading…
Reference in New Issue
Block a user