mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-29 07:38:54 +00:00
core: fix test
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user