diff --git a/miner/worker_test.go b/miner/worker_test.go index bc0f82f9df..bfa9cbd21d 100644 --- a/miner/worker_test.go +++ b/miner/worker_test.go @@ -224,7 +224,7 @@ func testEmptyWork(t *testing.T, chainConfig *params.ChainConfig, engine consens for i := 0; i < 2; i += 1 { select { case <-taskCh: - case <-time.NewTimer(2* time.Second).C: + case <-time.NewTimer(2 * time.Second).C: t.Error("new task timeout") } }