This commit is contained in:
spaced4ndy 2024-01-05 18:13:32 +04:00
parent a285c1330b
commit 389b239def
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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