瀏覽代碼

linting. no changes.

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;