From 24698c5886ab3cd284cbfc15aad97b4925ddd0ff Mon Sep 17 00:00:00 2001 From: aarshkshah1992 Date: Tue, 22 Oct 2024 10:39:55 +0530 Subject: [PATCH] fix test --- itests/eth_filter_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itests/eth_filter_test.go b/itests/eth_filter_test.go index 66e935f4e2..875901aa00 100644 --- a/itests/eth_filter_test.go +++ b/itests/eth_filter_test.go @@ -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 }