more statticcheck!

This commit is contained in:
whyrusleeping
2019-12-04 21:14:19 -08:00
parent df069af5e5
commit b7a89b56b3
13 changed files with 23 additions and 11 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ func TestDealFlow(t *testing.T, b APIBuilder) {
time.Sleep(time.Second)
fmt.Println("mining a block now")
if err := sn[0].MineOne(ctx); err != nil {
t.Fatal(err)
t.Error(err)
}
}
}()