Skip to content
Snippets Groups Projects
Commit bd2eea77 authored by juga's avatar juga
Browse files

new: tests: Add test to compare consensus timestamp

Part of #28566.
parent 021716b7
No related branches found
No related tags found
No related merge requests found
......@@ -15,3 +15,8 @@ def test_relay_properties(persistent_launch_tor):
assert relay.address == '127.10.0.1'
assert relay.master_key_ed25519 == \
'wLglSEw9/DHfpNrlrqjVRSnGLVWfnm0vYxkryH4aT6Q'
def test_relay_list_last_consensus_timestamp(rl):
assert rl.last_consensus_timestamp == \
rl._relays[0].last_consensus_timestamp
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment