Skip to content

Commit e76fdc7

Browse files
committed
using port 8003 for testing intread of 8080. (#479)
1 parent 087af43 commit e76fdc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Network/SocketSpec.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec = do
3434
return sock
3535

3636
it "fails to connect and throws an IOException" $ do
37-
connect' (8080 :: Int) `shouldThrow` anyIOException
37+
connect' (8003 :: Int) `shouldThrow` anyIOException
3838

3939
it "successfully connects to a socket with no exception" $ do
4040
withPort $ \portVar -> test (tcp serverAddr return portVar)

0 commit comments

Comments
 (0)