Skip to content

Commit

Permalink
Fix TestWorkerPledgeSpread in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k committed May 23, 2022
1 parent 5857455 commit 3de34ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itests/worker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func TestWorkerPledgeSpread(t *testing.T) {
require.NoError(t, err)
require.True(t, e)

miner.PledgeSectors(ctx, 4, 0, nil)
miner.PledgeSectors(ctx, 1, 0, nil)
}

func TestWorkerDataCid(t *testing.T) {
Expand Down

0 comments on commit 3de34ea

Please sign in to comment.