Michael Schmoock
5 years ago
committed by
Christian Decker
1 changed files with 6 additions and 0 deletions
@ -0,0 +1,6 @@ |
|||
from lightning import Millisatoshi |
|||
|
|||
|
|||
def test_sum_radd(): |
|||
result = sum([Millisatoshi(1), Millisatoshi(2), Millisatoshi(3)]) |
|||
assert int(result) == 6 |
Loading…
Reference in new issue