Skip to content

Commit 4633c14

Browse files
Update tests to changes in n-t-tcp.
1 parent a28d388 commit 4633c14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

distributed-process-tests/tests/runTCP.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ main = do
2525
hSetBuffering stderr LineBuffering
2626
Right (transport, internals) <-
2727
createTransportExposeInternals "127.0.0.1" "8080"
28+
(\sn -> ("127.0.0.1", sn))
2829
defaultTCPParameters { transportConnectTimeout = Just 3000000 }
2930
ts <- tests TestTransport
3031
{ testTransport = transport

0 commit comments

Comments
 (0)