test: fix test_sync_broadcast()

This commit is contained in:
Hocuri
2025-09-09 19:15:36 +02:00
parent 18c84e838c
commit 4c068e835b
3 changed files with 9 additions and 2 deletions

View File

@@ -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");