fix tests

This commit is contained in:
Evgeny Poberezkin
2026-08-01 22:43:31 +01:00
parent b5af1f388e
commit 1938690b02
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -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"
]
+3 -3
View File
@@ -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"
]