Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
joanestebanr committed Nov 26, 2024
1 parent 8607d4a commit 98cbea4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sync/evmdownloader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ func TestFilterQueryToString(t *testing.T) {
Topics: [][]common.Hash{{common.HexToHash("0x1234"), common.HexToHash("0x5678")}},
}
assert.Equal(t, "FromBlock: 1000, ToBlock: 1100, Addresses: [0x000000000000000000000000000000000000f000 0x000000000000000000000000000000000000ABcD], Topics: [[0x0000000000000000000000000000000000000000000000000000000000001234 0x0000000000000000000000000000000000000000000000000000000000005678]]", filterQueryToString(query))

}

func buildAppender() LogAppenderMap {
Expand Down

0 comments on commit 98cbea4

Please sign in to comment.