test: remove unnecessary nil argument to testutil (#28270)

This commit is contained in:
zeertzjq
2024-04-11 08:51:06 +08:00
committed by GitHub
parent 509c053161
commit 4528a69c87
9 changed files with 9 additions and 10 deletions

View File

@@ -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