Skip to content

Commit

Permalink
fix invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
augustbleeds committed Apr 24, 2024
1 parent a232540 commit 7dd066d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/pkg/starknet/chain_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func TestChainClient(t *testing.T) {
defer mockServer.Close()

lggr := logger.Test(t)
client, err := NewClient(chainID, mockServer.URL, lggr, &myTimeout)
client, err := NewClient(chainID, mockServer.URL, "", lggr, &myTimeout)
require.NoError(t, err)
assert.Equal(t, myTimeout, client.defaultTimeout)

Expand Down

0 comments on commit 7dd066d

Please sign in to comment.