mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
8537bfcaf5
commit
6746463c5d
1
tests.py
1
tests.py
|
@ -2241,7 +2241,6 @@ def test_shared_items_federation(base_dir: str) -> None:
|
||||||
assert bob_tokens.get(bob_address)
|
assert bob_tokens.get(bob_address)
|
||||||
print("Check that Bob now has Alice's token")
|
print("Check that Bob now has Alice's token")
|
||||||
pprint(bob_tokens)
|
pprint(bob_tokens)
|
||||||
# TODO
|
|
||||||
assert bob_tokens.get(alice_address)
|
assert bob_tokens.get(alice_address)
|
||||||
print('Bob tokens')
|
print('Bob tokens')
|
||||||
pprint(bob_tokens)
|
pprint(bob_tokens)
|
||||||
|
|
Loading…
Reference in New Issue