From 795284d3b173473003129882739f371f37059adb Mon Sep 17 00:00:00 2001 From: amelia squires Date: Tue, 30 Sep 2025 18:09:14 -0500 Subject: oops --- tests/units/net-nested.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/units') 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() -- cgit v1.2.3