Skip to content

Commit

Permalink
test: reassign prev_d
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoCentonze committed Oct 14, 2024
1 parent 15ffbd4 commit b8fb6d7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/integration/test_fee_splitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@


def test_fee_splitter(fee_splitter, rewards_handler, crvusd, vault, active_controllers):
# =============== SETUP ===============
# As the vote has not yet passed to add the rewards_handler as a receiver
# we need to set the receivers manually

assert crvusd.balanceOf(ab.crvusd_fee_collector) == 0
assert crvusd.balanceOf(rewards_handler.address) == 0

Expand Down Expand Up @@ -54,3 +50,5 @@ def test_fee_splitter(fee_splitter, rewards_handler, crvusd, vault, active_contr
assert vault.balanceOf(d) == 0
# depositors that withdrew later should accrue more rewards
assert crvusd.balanceOf(d) > crvusd.balanceOf(prev_d)

prev_d = d

0 comments on commit b8fb6d7

Please sign in to comment.