Skip to content

Commit

Permalink
no need to force
Browse files Browse the repository at this point in the history
  • Loading branch information
BlaineHeffron committed Jun 5, 2024
1 parent 5d8b10d commit 9aacf00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/src/test-swap.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ describe("Swap Contract Tests", function () {
});
const txRoot = clientRoot.txFromXDR(xdrFromBob);

await txRoot.simulate();
const result = await txRoot.signAndSend({force: true});
await txRoot.simulate();
const result = await txRoot.signAndSend();

expect(result).to.have.property('sendTransactionResponse');
expect(result.sendTransactionResponse).to.have.property('status', 'PENDING');
Expand Down

0 comments on commit 9aacf00

Please sign in to comment.