Skip to content

Commit

Permalink
reduce diff
Browse files Browse the repository at this point in the history
  • Loading branch information
aarshkshah1992 committed Jul 16, 2024
1 parent 2a8e2b4 commit ddb6456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itests/wdpost_dispute_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ waitForProof:

deadlines, err := client.StateMinerDeadlines(ctx, maddr, types.EmptyTSK)
require.NoError(t, err)

for dlIdx, dl := range deadlines {
nonEmpty, err := dl.PostSubmissions.IsEmpty()
require.NoError(t, err)
Expand All @@ -319,6 +318,7 @@ waitForProof:
Deadline: targetDeadline,
PoStIndex: 0,
}

enc, aerr := actors.SerializeParams(params)
require.NoError(t, aerr)

Expand Down

0 comments on commit ddb6456

Please sign in to comment.