diff --git a/lua/github-theme/_test/util.lua b/lua/github-theme/_test/util.lua index 8bc18690..4d80f0de 100644 --- a/lua/github-theme/_test/util.lua +++ b/lua/github-theme/_test/util.lua @@ -10,7 +10,7 @@ function M.await_VimEnter() once = true, nested = true, callback = vim.schedule_wrap(function() - coroutine.resume(co) + assert(coroutine.resume(co)) end), })