fix finalize sectors early test

This commit is contained in:
Anton Evangelatov 2021-07-05 13:36:23 +02:00
parent 4be0a7a215
commit 5a87f04e71

View File

@ -35,7 +35,7 @@ func TestDealsWithFinalizeEarly(t *testing.T) {
}, nil
})))) // no mock proofs.
ens.InterconnectAll().BeginMining(blockTime)
dh := kit.NewDealHarness(t, client, miner)
dh := kit.NewDealHarness(t, client, miner, miner)
ctx := context.Background()