Skip to content

Commit

Permalink
fix function invoke
Browse files Browse the repository at this point in the history
  • Loading branch information
augustbleeds authored and cfal committed Mar 21, 2024
1 parent f621fa5 commit 71f94cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/pkg/chainlink/txm/txm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func TestIntegration_Txm(t *testing.T) {
require.NoError(t, err)

getFeederClient := func() (*starknet.FeederClient, error) {
return starknet.NewTestClient(), nil
return starknet.NewTestClient(t), nil
}

getClient := func() (*starknet.Client, error) {
Expand Down

0 comments on commit 71f94cb

Please sign in to comment.