1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-25 22:53:16 +00:00

Update test code.

This commit is contained in:
bakpakin 2021-09-11 10:34:08 -05:00
parent 468a31f515
commit 40ef224a95

View File

@ -169,7 +169,8 @@
(assert (and (= my-ip (get comparison 2))
(= (string my-port) (get comparison 3))
(= remote-ip (get comparison 0))
(= (string remote-port) (get comparison 1))))))
(= (string remote-port) (get comparison 1)))
"localname does not match peername")))
(defn names-handler
"Simple handler for connections."
[stream]