1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-14 01:16:48 +00:00

Update test output.

This commit is contained in:
Calvin Rose 2021-11-06 19:29:15 -05:00
parent 72c5db8910
commit 7205ee5e0a

View File

@ -166,7 +166,7 @@
(= (string my-port) (get comparison 3))
(= remote-ip (get comparison 0))
(= (string remote-port) (get comparison 1)))
"localname should match peername"))
(string/format "localname should match peername: ln=%v, pn=%v" ln pn)))
# Test on both server and client
(defn names-handler