core: fix test

This commit is contained in:
Evgeny Poberezkin
2023-10-13 17:52:27 +01:00
parent 5d4006f291
commit 392447ea33
3 changed files with 3 additions and 2 deletions
+2
View File
@@ -8,6 +8,8 @@
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TupleSections #-}
{-# OPTIONS_GHC -fno-warn-ambiguous-fields #-}
module Simplex.Chat.Remote where
import Control.Logger.Simple
+1 -1
View File
@@ -26,7 +26,7 @@ owsf2TaggedJSONTest = do
activeUserExistsSwift `to` activeUserExistsTagged
activeUserSwift `to` activeUserTagged
chatStartedSwift `to` chatStartedTagged
contactSubSummarySwift `to` contactSubSummaryTagged
networkStatusesSwift `to` networkStatusesTagged
memberSubSummarySwift `to` memberSubSummaryTagged
userContactSubSummarySwift `to` userContactSubSummaryTagged
pendingSubSummarySwift `to` pendingSubSummaryTagged
-1
View File
@@ -30,7 +30,6 @@ import Simplex.Messaging.Transport.HTTP2.Server (HTTP2Request (..))
import System.FilePath (makeRelative, (</>))
import Test.Hspec
import UnliftIO
import UnliftIO.Concurrent (threadDelay)
import UnliftIO.Directory
remoteTests :: SpecWith FilePath