diff --git a/src/chat/chat_tests.rs b/src/chat/chat_tests.rs index f1adf64fb..d08f27316 100644 --- a/src/chat/chat_tests.rs +++ b/src/chat/chat_tests.rs @@ -4115,10 +4115,10 @@ async fn test_sync_broadcast() -> Result<()> { // Alice1 and Alice2 are supposed to show the chat in the same way: alice1 - .golden_test_chat(a1_broadcast_id, "test_sync_broadcast_alice") + .golden_test_chat(a1_broadcast_id, "test_sync_broadcast_alice1") .await; alice2 - .golden_test_chat(a2_broadcast_id, "test_sync_broadcast_alice") + .golden_test_chat(a2_broadcast_id, "test_sync_broadcast_alice2") .await; tcm.section("Alice's first device deletes the chat"); diff --git a/test-data/golden/test_sync_broadcast_alice1 b/test-data/golden/test_sync_broadcast_alice1 new file mode 100644 index 000000000..3230fc1cb --- /dev/null +++ b/test-data/golden/test_sync_broadcast_alice1 @@ -0,0 +1,7 @@ +OutBroadcast#Chat#10: Channel [0 member(s)] +-------------------------------------------------------------------------------- +Msg#10: info (Contact#Contact#Info): Messages are end-to-end encrypted. [NOTICED][INFO] +Msg#14🔒: Me (Contact#Contact#Self): Member bob@example.net added. [INFO] √ +Msg#16🔒: Me (Contact#Contact#Self): hi √ +Msg#17🔒: Me (Contact#Contact#Self): You removed member bob@example.net. [INFO] √ +-------------------------------------------------------------------------------- diff --git a/test-data/golden/test_sync_broadcast_alice b/test-data/golden/test_sync_broadcast_alice2 similarity index 100% rename from test-data/golden/test_sync_broadcast_alice rename to test-data/golden/test_sync_broadcast_alice2