From 1938690b02aa2d4a908eb77c6f65a95800f91c92 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin Date: Sat, 1 Aug 2026 22:43:19 +0100 Subject: [PATCH] fix tests --- tests/ChatTests/Files.hs | 4 ++-- tests/ChatTests/Profiles.hs | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/ChatTests/Files.hs b/tests/ChatTests/Files.hs index fb94194561..089efc914d 100644 --- a/tests/ChatTests/Files.hs +++ b/tests/ChatTests/Files.hs @@ -1037,11 +1037,11 @@ testProhibitFiles = alice <## "Files and media: off" concurrentlyN_ [ do - bob <## "alice updated group #team:" + bob <## "alice updated group #team: (signed)" bob <## "updated group preferences:" bob <## "Files and media: off", do - cath <## "alice updated group #team:" + cath <## "alice updated group #team: (signed)" cath <## "updated group preferences:" cath <## "Files and media: off" ] diff --git a/tests/ChatTests/Profiles.hs b/tests/ChatTests/Profiles.hs index bc35d86f18..41456dcf98 100644 --- a/tests/ChatTests/Profiles.hs +++ b/tests/ChatTests/Profiles.hs @@ -1326,15 +1326,15 @@ testBusinessUpdateProfiles = testChat4 businessProfile aliceProfile bobProfile c biz <## "Full deletion: on" concurrentlyN_ [ do - alice <## "business_1 updated group #business:" + alice <## "business_1 updated group #business: (signed)" alice <## "updated group preferences:" alice <## "Full deletion: on", do - bob <## "business_1 updated group #business:" + bob <## "business_1 updated group #business: (signed)" bob <## "updated group preferences:" bob <## "Full deletion: on", do - cath <## "business updated group #alisa:" + cath <## "business updated group #alisa: (signed)" cath <## "updated group preferences:" cath <## "Full deletion: on" ]