Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
aarshkshah1992 committed Oct 22, 2024
1 parent e84aa38 commit 24698c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itests/eth_filter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -535,8 +535,8 @@ func TestEthGetLogsBasic(t *testing.T) {

if ts.Height() != abi.ChainEpoch(height) {
iv, err := client.ChainValidateIndex(ctx, abi.ChainEpoch(height), false)
require.Nil(iv)
require.NoError(err)
require.True(iv.IsNullRound)
t.Logf("tipset %d is a null round", height)
continue
}
Expand Down

0 comments on commit 24698c5

Please sign in to comment.