Skip to content

Commit

Permalink
fix: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlagonia committed Sep 19, 2024
1 parent 5b75916 commit 6a5ead1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/vault/test_shares.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ def test__deposit_with_zero_total_assets_positive_supply(
with ape.reverts("cannot mint zero"):
vault.deposit(amount, fish, sender=fish)

# shares should not be
# shares should not be minted
assert vault.balanceOf(fish) == amount
assert vault.pricePerShare() == 0
assert vault.convertToShares(amount) == 0
Expand Down

0 comments on commit 6a5ead1

Please sign in to comment.