Skip to content

Commit

Permalink
test agent allowance
Browse files Browse the repository at this point in the history
  • Loading branch information
bulbozaur committed Aug 8, 2023
1 parent f170957 commit 5543544
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_2023_08_08.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ def test_vote(helpers, accounts, vote_ids_from_env, interface, ldo_holder, stran
owner=contracts.agent.address, spender=contracts.burner.address, amount=stETH_to_burn
)

assert contracts.lido.allowance(contracts.agent, contracts.burner) == 0

COVER_INDEX = 0
NONCOVER_INDEX = 1
burner_total_burnt_for_cover_before = contracts.burner.getCoverSharesBurnt()
Expand Down

0 comments on commit 5543544

Please sign in to comment.