Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Jul 28, 2022
1 parent ec02841 commit c4f1da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/errhandlers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if _VERSION ~= "Lua 5.1" then

print = old_print --luacheck: ignore

assert(msg:find("errhandlers%.lua:%d-: hi there! %(coroutine: thread: 0x%x-, socket: nil%)"), "got:\n"..msg)
assert(msg:find("errhandlers%.lua:%d-: hi there! %(coroutine: copas_initializer, socket: nil%)"), "got:\n"..msg)
assert(msg:find("stack traceback:.+errhandlers%.lua"), "got:\n"..msg)
end

Expand Down

0 comments on commit c4f1da0

Please sign in to comment.