Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 committed Aug 2, 2024
1 parent b3b9c95 commit e3ff7f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1343,6 +1343,7 @@ func TestParser_ParseEthLogs(t *testing.T) {
eventDataHex := hex.EncodeToString(eventData)

parser, err := NewFilecoinParser(nil, getCacheDataSource(t, calibNextNodeUrl), logger, config)
assert.NoError(t, err)

tb := []struct {
name string
Expand Down

0 comments on commit e3ff7f6

Please sign in to comment.