Skip to content

Commit c667949

Browse files
committed
test: Clear events before before checking for new event
1 parent ffd59c6 commit c667949

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deltachat-rpc-client/tests/test_something.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ def test_reaction_seen_on_another_dev(acfactory, tmp_path) -> None:
313313
if event.kind == EventType.INCOMING_REACTION:
314314
break
315315

316+
alice2.clear_all_events()
316317
alice_chat_bob.mark_noticed()
317318
while True:
318319
event = alice2.wait_for_event()

0 commit comments

Comments
 (0)