Mike MacCana преди 1 година
родител
ревизия
629dd6bd95
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      tokens/escrow/anchor/tests/escrow.ts

+ 1 - 1
tokens/escrow/anchor/tests/escrow.ts

@@ -87,7 +87,7 @@ describe('escrow', async () => {
     const tx = new Transaction();
     tx.instructions = [...sendSolInstructions, ...createMintInstructions, ...mintTokensInstructions];
 
-    const transactionSignature = await provider.sendAndConfirm(tx, [tokenMintA, tokenMintB, alice, bob]);
+    await provider.sendAndConfirm(tx, [tokenMintA, tokenMintB, alice, bob]);
 
     // Save the accounts for later use
     accounts.maker = alice.publicKey;