mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-17 22:24:23 +01:00
Test that signature is None if appointment is not added
This commit is contained in:
@@ -118,7 +118,6 @@ def test_add_appointment(run_bitcoind, watcher):
|
|||||||
added_appointment, sig = watcher.add_appointment(appointment)
|
added_appointment, sig = watcher.add_appointment(appointment)
|
||||||
|
|
||||||
assert added_appointment is True
|
assert added_appointment is True
|
||||||
|
|
||||||
verify_signature(appointment, sig, public_key)
|
verify_signature(appointment, sig, public_key)
|
||||||
|
|
||||||
|
|
||||||
@@ -137,6 +136,7 @@ def test_add_too_many_appointments(watcher):
|
|||||||
added_appointment, sig = watcher.add_appointment(appointment)
|
added_appointment, sig = watcher.add_appointment(appointment)
|
||||||
|
|
||||||
assert added_appointment is False
|
assert added_appointment is False
|
||||||
|
assert sig is None
|
||||||
|
|
||||||
|
|
||||||
def test_do_subscribe(watcher):
|
def test_do_subscribe(watcher):
|
||||||
|
|||||||
Reference in New Issue
Block a user