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

@@ -233,7 +233,7 @@ describe('--embed UI', function()
}
eq({ [16777215] = true }, seen)
-- NB: by accident how functional/t.lua currently handles the default color scheme, the
-- NB: by accident how functional/testutil.lua currently handles the default color scheme, the
-- above is sufficient to test the behavior. But in case that workaround is removed, we need
-- a test with an explicit override like below, so do it to remain safe.
startup('--cmd', 'hi NORMAL guibg=#FF00FF')