From c42a3d80f7285e97abf180c1e8c546ff31977dc4 Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Mon, 23 Jun 2025 19:20:27 +0400 Subject: [PATCH] add to test --- tests/ChatTests/Profiles.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/ChatTests/Profiles.hs b/tests/ChatTests/Profiles.hs index b4d7c7b02c..43f926db0d 100644 --- a/tests/ChatTests/Profiles.hs +++ b/tests/ChatTests/Profiles.hs @@ -2997,6 +2997,9 @@ testShortLinkAddressPrepareBusiness = bob <## "#biz: connection started" biz <## "#bob (Bob): accepting business address request..." bob <## "#biz: joining the group..." + -- the next command can be prone to race conditions + bob ##> ("/_connect plan 1 " <> shortLink) + bob <## "business link: connecting to business #biz" biz <## "#bob: bob_1 joined the group" bob <## "#biz: you joined the group" biz #> "#bob hi"