We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bcb766 commit 84fee1bCopy full SHA for 84fee1b
1 file changed
test/tcp_client_server.lua
@@ -24,7 +24,7 @@ test('TCP client-server communication', function()
24
current_client = client
25
assert(client:set_blocking(false))
26
elseif err ~= "timeout" then
27
- ok(false, "server accept error: " .. tostring(err))
+ error("server accept error: " .. tostring(err))
28
end
29
30
if current_client then
0 commit comments