Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ridev6 committed Sep 13, 2023
1 parent 5a871ae commit 789ed70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/components/l2mp_swap/swap.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ describe('l2mp_swap: swap', /** @this {MochaSuiteModified} */() => {
chainId,
}, this.accounts.user1.seed));

expect(stateChanges.burns).to.have.lengthOf(0);
expect(stateChanges.invokes[0].dApp).to.equal(this.accounts.l2mpStaking.addr);
expect(stateChanges.invokes[0].call.function).to.equal('stakeFor');
expect(stateChanges.invokes[0].call.args[0].value).to.equal(this.accounts.user1.addr);
Expand Down

0 comments on commit 789ed70

Please sign in to comment.