Skip to content

Commit 4c068e8

Browse files
committed
test: fix test_sync_broadcast()
1 parent 18c84e8 commit 4c068e8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

src/chat/chat_tests.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4115,10 +4115,10 @@ async fn test_sync_broadcast() -> Result<()> {
41154115

41164116
// Alice1 and Alice2 are supposed to show the chat in the same way:
41174117
alice1
4118-
.golden_test_chat(a1_broadcast_id, "test_sync_broadcast_alice")
4118+
.golden_test_chat(a1_broadcast_id, "test_sync_broadcast_alice1")
41194119
.await;
41204120
alice2
4121-
.golden_test_chat(a2_broadcast_id, "test_sync_broadcast_alice")
4121+
.golden_test_chat(a2_broadcast_id, "test_sync_broadcast_alice2")
41224122
.await;
41234123

41244124
tcm.section("Alice's first device deletes the chat");
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
OutBroadcast#Chat#10: Channel [0 member(s)]
2+
--------------------------------------------------------------------------------
3+
Msg#10: info (Contact#Contact#Info): Messages are end-to-end encrypted. [NOTICED][INFO]
4+
Msg#14🔒: Me (Contact#Contact#Self): Member [email protected] added. [INFO] √
5+
Msg#16🔒: Me (Contact#Contact#Self): hi √
6+
Msg#17🔒: Me (Contact#Contact#Self): You removed member [email protected]. [INFO] √
7+
--------------------------------------------------------------------------------
File renamed without changes.

0 commit comments

Comments
 (0)