Skip to content

Commit

Permalink
fix(tests): Ensembleminimal requires mocker proofs
Browse files Browse the repository at this point in the history
  • Loading branch information
frrist committed Dec 1, 2021
1 parent eb789ab commit d21a706
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chain/walker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func TestWalker(t *testing.T) {
require.NoError(t, err, "truncating tables")

t.Logf("preparing chain")
full, miner, _ := itestkit.EnsembleMinimal(t)
full, miner, _ := itestkit.EnsembleMinimal(t, itestkit.MockProofs())

nodeAPI := testutil.NewAPIWrapper(full)

Expand Down
2 changes: 1 addition & 1 deletion chain/watcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func TestWatcher(t *testing.T) {
require.NoError(t, err, "truncating tables")

t.Logf("preparing chain")
full, miner, _ := itestkit.EnsembleMinimal(t)
full, miner, _ := itestkit.EnsembleMinimal(t, itestkit.MockProofs())

nodeAPI := testutil.NewAPIWrapper(full)

Expand Down

0 comments on commit d21a706

Please sign in to comment.