Merge pull request #743 from filecoin-project/feat/static-check-2

more of that sweet staticcheck goodness
This commit is contained in:
Łukasz Magiera
2019-12-05 12:21:43 +01:00
committed by GitHub
29 changed files with 60 additions and 43 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)
}
}
}()