aboutsummaryrefslogtreecommitdiff
path: root/tests/units
diff options
context:
space:
mode:
Diffstat (limited to 'tests/units')
-rw-r--r--tests/units/net-nested.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/units/net-nested.lua b/tests/units/net-nested.lua
index abb1a42..a7892d6 100644
--- a/tests/units/net-nested.lua
+++ b/tests/units/net-nested.lua
@@ -18,7 +18,7 @@ os.execute("sleep 0.1")
llby.net.request(string.format("localhost:%i/c", PORT))
local s = llby.net.request(string.format("localhost:%i/test", PORT))
-local num = 2--s.content:read()
+local num = s.content:read()
bserver:get():close()