From 8537bfcaf543dca9fe7cf04294a557481256a386 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 25 Jan 2024 11:28:25 +0000 Subject: [PATCH] Restore unit test --- tests.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests.py b/tests.py index 00f6529e3..ec66305ea 100644 --- a/tests.py +++ b/tests.py @@ -1566,8 +1566,9 @@ def test_post_message_between_servers(base_dir: str) -> None: if alice_post_json: pprint(alice_post_json) - # TODO: fix reactions unit test -# assert text_in_file('reactions', outbox_post_filename) + if not text_in_file('reactions', outbox_post_filename): + pprint(alice_post_json) + assert text_in_file('reactions', outbox_post_filename) print('\n\n*******************************************************') print("Bob repeats Alice's post")