mirror of
https://github.com/neovim/neovim.git
synced 2026-04-20 22:35:33 +00:00
test: remove unnecessary nil argument to testutil (#28270)
This commit is contained in:
@@ -70,7 +70,7 @@
|
||||
-- To help write screen tests, see Screen:snapshot_util().
|
||||
-- To debug screen tests, see Screen:redraw_debug().
|
||||
|
||||
local t = require('test.functional.testutil')(nil)
|
||||
local t = require('test.functional.testutil')()
|
||||
local busted = require('busted')
|
||||
local deepcopy = vim.deepcopy
|
||||
local shallowcopy = t.shallowcopy
|
||||
|
||||
Reference in New Issue
Block a user