Skip to content

Commit

Permalink
capture range var
Browse files Browse the repository at this point in the history
  • Loading branch information
Farber98 committed Jan 6, 2025
1 parent 71662e1 commit 9987e41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/solana/txm/txm_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ func TestTxm_Integration_ExpirationRebroadcast(t *testing.T) {

for _, tc := range testCases {
t.Run(tc.name, func(t *testing.T) {
tc := tc
t.Parallel()
ctx, client, txmInstance, senderPubKey, receiverPubKey, observer := setup(t, url, tc.txExpirationRebroadcast)

Expand Down

0 comments on commit 9987e41

Please sign in to comment.