Skip to content

Commit

Permalink
goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaidashenko committed Jan 8, 2025
1 parent 1e80720 commit a775a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/chains/evm/client/rpc_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ func TestRPCClient_SubscribeFilterLogs(t *testing.T) {

func TestRPCClientFilterLogs(t *testing.T) {
t.Parallel()

chainID := big.NewInt(123456)
lggr := logger.Test(t)
ctx, cancel := context.WithTimeout(tests.Context(t), tests.WaitTimeout(t))
Expand Down

0 comments on commit a775a86

Please sign in to comment.