add more tests

This commit is contained in:
callebtc
2022-10-16 13:36:29 +02:00
parent 8eafa828ea
commit 3094f7739f
2 changed files with 5 additions and 5 deletions

5
tests/test_core.py Normal file
View File

@@ -0,0 +1,5 @@
from cashu.core.split import amount_split
def test_get_output_split():
assert amount_split(13) == [1, 4, 8]