From 5c2b70a214389fc43939c66ee19c53460ef683ea Mon Sep 17 00:00:00 2001 From: JRoberts <8711996+jr-simplex@users.noreply.github.com> Date: Thu, 17 Nov 2022 14:42:01 +0400 Subject: [PATCH] core: fix test name --- tests/ChatTests.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ChatTests.hs b/tests/ChatTests.hs index e26a3082fe..143070ad28 100644 --- a/tests/ChatTests.hs +++ b/tests/ChatTests.hs @@ -74,7 +74,7 @@ chatTests = do describe "async group connections" $ do xit "create and join group when clients go offline" testGroupAsync describe "user profiles" $ do - it "update user profiles and notify contacts" testUpdateProfile + it "update user profile and notify contacts" testUpdateProfile it "update user profile with image" testUpdateProfileImage describe "sending and receiving files" $ do describe "send and receive file" $ fileTestMatrix2 runTestFileTransfer