Merge pull request #743 from filecoin-project/feat/static-check-2
more of that sweet staticcheck goodness
This commit is contained in:
+1
-1
@@ -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)
|
||||
}
|
||||
}
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user