Skip to content

Commit

Permalink
amount_split test
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Feb 12, 2025
1 parent ab3b6ec commit ca5bc47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

def test_get_output_split():
assert amount_split(13) == [1, 4, 8]
assert amount_split(0) == []
assert amount_split(-8) == []


def test_tokenv3_deserialize_get_attributes():
Expand Down

0 comments on commit ca5bc47

Please sign in to comment.