Skip to content

Commit

Permalink
Add tests for token_state contract
Browse files Browse the repository at this point in the history
  • Loading branch information
badrogger committed Apr 29, 2020
1 parent de61766 commit 43d629e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/contracts/delegation/token_state_test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
def test_get_and_update_locked_amount(skale):
res = skale.token_state.get_and_update_locked_amount(
skale.wallet.address)
assert res > 0

0 comments on commit 43d629e

Please sign in to comment.