diff --git a/tests/ChatTests.hs b/tests/ChatTests.hs index d1f740059e..0bcd6b5200 100644 --- a/tests/ChatTests.hs +++ b/tests/ChatTests.hs @@ -12,7 +12,7 @@ chatTests :: SpecWith FilePath chatTests = do describe "direct tests" chatDirectTests describe "group tests" chatGroupTests - describe "local tests" chatLocalTests + describe "local chats tests" chatLocalChatsTests describe "file tests" chatFileTests describe "profile tests" chatProfileTests describe "chat list pagination tests" chatListTests diff --git a/tests/ChatTests/Local.hs b/tests/ChatTests/Local.hs index 1993ecb9b7..547568aeff 100644 --- a/tests/ChatTests/Local.hs +++ b/tests/ChatTests/Local.hs @@ -14,8 +14,8 @@ import System.FilePath (()) import Test.Hspec import UnliftIO.Async (concurrently_) -chatLocalTests :: SpecWith FilePath -chatLocalTests = do +chatLocalChatsTests :: SpecWith FilePath +chatLocalChatsTests = do describe "note folders" $ do it "create folders, add notes, read, search" testNotes it "switch users" testUserNotes