diff --git a/node/worker/worker_test.go b/node/worker/worker_test.go index 8dc84e14e..bc5c0a1cf 100644 --- a/node/worker/worker_test.go +++ b/node/worker/worker_test.go @@ -46,7 +46,6 @@ func TestNewWorker(t *testing.T) { _ = genesis cacheConfig := &core.CacheConfig{SnapshotLimit: 0} chain, err := core.NewBlockChain(database, nil, &core.BlockChainImpl{}, cacheConfig, gspec.Config, engine, vm.Config{}) - if err != nil { t.Error(err) }