From 36001b471b69e57314bed7328a2a6351e6ab5a06 Mon Sep 17 00:00:00 2001 From: "Evgeny @ SimpleX Chat" <259188159+evgeny-simplex@users.noreply.github.com> Date: Mon, 29 Jun 2026 11:55:47 +0000 Subject: [PATCH] test verification status --- tests/ChatTests/Names.hs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/ChatTests/Names.hs b/tests/ChatTests/Names.hs index 81ad6e3c39..8b1936f619 100644 --- a/tests/ChatTests/Names.hs +++ b/tests/ChatTests/Names.hs @@ -41,6 +41,11 @@ testConnectByName ps = withSmpServerAndNames $ \reg -> (bob <## "alice (Alice): contact is connected") (alice <## "bob (Bob): contact is connected") alice <##> bob + bob ##> "/i alice" + bob <## "contact ID: 2" + bob <## "receiving messages via: localhost" + bob <## "sending messages via: localhost" + bob <## "simplex name: @alice.simplex (verified)" testConnectByNameNotClaimed :: HasCallStack => TestParams -> IO () testConnectByNameNotClaimed ps = withSmpServerAndNames $ \reg ->