mirror of
https://github.com/neovim/neovim.git
synced 2026-04-04 22:59:36 +00:00
test: remove unnecessary nil argument to testutil (#28270)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
-- Modules loaded here will NOT be cleared and reloaded by Busted.
|
||||
-- Busted started doing this to help provide more isolation. See issue #62
|
||||
-- for more information about this.
|
||||
local t = require('test.functional.testutil')(nil)
|
||||
local t = require('test.functional.testutil')()
|
||||
require('test.functional.ui.screen')
|
||||
local is_os = t.is_os
|
||||
|
||||
|
||||
Reference in New Issue
Block a user