Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
codchen committed Dec 27, 2024
1 parent 3bf4259 commit eef1b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evmrpc/block_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func TestGetBlockReceipts(t *testing.T) {

resObjSei := sendSeiRequestGood(t, "getBlockReceipts", "0x2")
result = resObjSei["result"].([]interface{})
require.Equal(t, 6, len(result))
require.Equal(t, 5, len(result))

// Query by block hash
resObj2 := sendRequestGood(t, "getBlockReceipts", MultiTxBlockHash)
Expand Down

0 comments on commit eef1b49

Please sign in to comment.