Skip to content

Commit 629dd6b

Browse files
committed
linting. no changes.
1 parent 5b50cf9 commit 629dd6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokens/escrow/anchor/tests/escrow.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ describe('escrow', async () => {
8787
const tx = new Transaction();
8888
tx.instructions = [...sendSolInstructions, ...createMintInstructions, ...mintTokensInstructions];
8989

90-
const transactionSignature = await provider.sendAndConfirm(tx, [tokenMintA, tokenMintB, alice, bob]);
90+
await provider.sendAndConfirm(tx, [tokenMintA, tokenMintB, alice, bob]);
9191

9292
// Save the accounts for later use
9393
accounts.maker = alice.publicKey;

0 commit comments

Comments
 (0)