change tests port (fix for port 5000 now in use on macOS) (#165)

This commit is contained in:
Efim Poberezkin
2021-12-27 15:15:35 +04:00
committed by GitHub
parent 6e48fe3f72
commit a7703209f2

View File

@@ -33,13 +33,13 @@ testDBPrefix :: FilePath
testDBPrefix = "tests/tmp/test"
serverPort :: ServiceName
serverPort = "5000"
serverPort = "5001"
opts :: ChatOpts
opts =
ChatOpts
{ dbFile = undefined,
smpServers = ["localhost:5000"]
smpServers = ["localhost:5001"]
}
termSettings :: VirtualTerminalSettings