We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b50cf9 commit 629dd6bCopy full SHA for 629dd6b
tokens/escrow/anchor/tests/escrow.ts
@@ -87,7 +87,7 @@ describe('escrow', async () => {
87
const tx = new Transaction();
88
tx.instructions = [...sendSolInstructions, ...createMintInstructions, ...mintTokensInstructions];
89
90
- const transactionSignature = await provider.sendAndConfirm(tx, [tokenMintA, tokenMintB, alice, bob]);
+ await provider.sendAndConfirm(tx, [tokenMintA, tokenMintB, alice, bob]);
91
92
// Save the accounts for later use
93
accounts.maker = alice.publicKey;
0 commit comments