diff options
| author | amelia squires <[email protected]> | 2025-09-30 18:09:14 -0500 |
|---|---|---|
| committer | amelia squires <[email protected]> | 2025-09-30 18:09:14 -0500 |
| commit | 795284d3b173473003129882739f371f37059adb (patch) | |
| tree | 6d1b6e7bb197f2c7d1bb4793cdaf71dd8bdc291f /tests/units/net-nested.lua | |
| parent | 98c6b1b0407fa639e40a80428b8fb2cff61b96dd (diff) | |
oops
Diffstat (limited to 'tests/units/net-nested.lua')
| -rw-r--r-- | tests/units/net-nested.lua | 2 |
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() |
