We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d545a commit f55b698Copy full SHA for f55b698
1 file changed
test/test_channel.lua
@@ -186,7 +186,7 @@ function test_channel:test_fd()
186
end
187
188
]]
189
- local epfd <close> = epoll.create(16)
+ local epfd <close> = assert(epoll.create(16))
190
epfd:event_add(res:fd(), epoll.EPOLLIN)
191
local function test_ok(...)
192
req:push(...)
@@ -244,7 +244,7 @@ function test_channel:test_fd_2()
244
245
246
local expected = {}
247
248
249
TestSuit(function (...)
250
0 commit comments