Skip to content

Commit

Permalink
test: remove unnecessary approval
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoCentonze committed Oct 14, 2024
1 parent 23d4e77 commit 76e558c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/integration/test_dynamic_weight.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ def test_dynamic_weight_depositors(
depositor_shares = vault.balanceOf(d)
assert depositor_shares > 0

vault.approve(vault.address, depositor_shares)
vault.redeem(depositor_shares, d, d)

# roughly 1 withdrawal every day
Expand Down

0 comments on commit 76e558c

Please sign in to comment.