Files
chatmail-core/python/tests
iequidoo 8ae731f635 test: test_set_get_group_image(): Log more debug info
There was a recent failure: https://github.com/deltachat/deltachat-core-rust/actions/runs/6413378410/job/17412334267?pr=4789

>       assert msg1.is_system_message()  # Member added
E       AssertionError: assert False
E        +  where False = <bound method Message.is_system_message of <Message incoming sys=False 'hi' id=12 sender=10/45n2p@ci.testrun.org chat=13/hello>>()

Maybe a message reordering happened, but i have no idea why. Let's add more logs to be sure the
"Member added" message isn't just lost.
2023-10-05 23:45:59 -03:00
..