From 389b239def8374c56e00b7ce9221dfd06240b293 Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Fri, 5 Jan 2024 18:13:32 +0400 Subject: [PATCH] rename --- tests/ChatTests.hs | 2 +- tests/ChatTests/Local.hs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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