mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-08-28 11:34:36 +00:00
test against localhost
This commit is contained in:
+2
-2
@@ -17,10 +17,10 @@ import qualified UnliftIO.Exception as E
|
||||
import UnliftIO.IO
|
||||
|
||||
testHost :: HostName
|
||||
testHost = "139.162.207.114"
|
||||
testHost = "localhost"
|
||||
|
||||
testPort :: ServiceName
|
||||
testPort = "5223"
|
||||
testPort = "5000"
|
||||
|
||||
testSMPClient :: MonadUnliftIO m => (Handle -> m a) -> m a
|
||||
testSMPClient client = do
|
||||
|
||||
Reference in New Issue
Block a user