Skip to content

Commit

Permalink
replace contex.TODO() with context.Background()
Browse files Browse the repository at this point in the history
  • Loading branch information
ws4charlie committed Aug 1, 2024
1 parent d37ea07 commit 134238a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zetaclient/chains/solana/observer/outbound_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func Test_CheckFinalizedTx(t *testing.T) {

// create observer with and TSS
ob := createTestObserver(t, chain, solClient, tss)
ctx := context.TODO()
ctx := context.Background()

t.Run("should successfully check finalized tx", func(t *testing.T) {
tx, finalized := ob.CheckFinalizedTx(ctx, txHash, nonce, coinType)
Expand Down

0 comments on commit 134238a

Please sign in to comment.