Skip to content

Commit

Permalink
Use dedicated variable in unit test
Browse files Browse the repository at this point in the history
We should use `expectedReceivedShares` while checking `stBTC` balance
after staking.
  • Loading branch information
r-czajkowski committed Dec 5, 2023
1 parent 567b52c commit 4889a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/test/Acre.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ describe("Acre", () => {
await expect(tx).to.changeTokenBalances(
acre,
[staker1.address],
[amountToStake],
[expectedReceivedShares],
)
})

Expand Down

0 comments on commit 4889a03

Please sign in to comment.