|
@@ -89,9 +89,6 @@ describe("escrow", () => {
|
|
|
tokenProgram: TOKEN_PROGRAM_ID,
|
|
|
rent: anchor.web3.SYSVAR_RENT_PUBKEY,
|
|
|
},
|
|
|
- instructions: [
|
|
|
- await program.account.escrowAccount.createInstruction(escrowAccount),
|
|
|
- ],
|
|
|
signers: [escrowAccount],
|
|
|
}
|
|
|
);
|
|
@@ -178,7 +175,6 @@ describe("escrow", () => {
|
|
|
tokenProgram: TOKEN_PROGRAM_ID,
|
|
|
rent: anchor.web3.SYSVAR_RENT_PUBKEY,
|
|
|
},
|
|
|
- instructions: [await program.account.escrowAccount.createInstruction(newEscrow)],
|
|
|
signers: [newEscrow],
|
|
|
}
|
|
|
);
|