mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
test/functional: clean up according to luacheck (part 2)
This commit is contained in:
@@ -19,7 +19,7 @@ describe("update_menu notification", function()
|
||||
screen:detach()
|
||||
end)
|
||||
|
||||
function expect_sent(expected)
|
||||
local function expect_sent(expected)
|
||||
screen:wait(function()
|
||||
if screen.update_menu ~= expected then
|
||||
if expected then
|
||||
|
Reference in New Issue
Block a user