Skip to content

Commit

Permalink
fix(test): address minor lint issue (#12645)
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg authored Oct 28, 2024
1 parent 8feaa02 commit dc3a3d3
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 @@ -620,7 +620,7 @@ func TestTxReceiptBloom(t *testing.T) {
// We need to add the address bits before comparing.
ethtypes.EthBloomSet(expectedBloom, receipt.To[:])

require.Equal(t, []uint8(expectedBloom), []uint8(receipt.LogsBloom))
require.Equal(t, expectedBloom, []uint8(receipt.LogsBloom))
}

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

0 comments on commit dc3a3d3

Please sign in to comment.