Skip to content

Commit

Permalink
Update comment in Acre unit tests
Browse files Browse the repository at this point in the history
To clarify that the staker `B` stakes a given amount of tokens.
  • Loading branch information
r-czajkowski committed Dec 5, 2023
1 parent 300b2a9 commit 44b3f85
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 @@ -308,7 +308,7 @@ describe("Acre", () => {
vaultYield = to1e18(100)
// Staker A shares = 75
// Staker B shares = 25
// Total assets = 75(staker A) + 25(staker) + 100(yield)
// Total assets = 75(staker A) + 25(staker B) + 100(yield)
expectedTotalAssets =
stakerA.amountToStake + stakerB.amountToStake + vaultYield
// Total shares = 75 + 25 = 100
Expand Down

0 comments on commit 44b3f85

Please sign in to comment.