mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 21:48:35 +00:00
test: remove a few more redundant clear() calls (#35903)
This commit is contained in:
@@ -184,7 +184,6 @@ describe('vim.lsp.util', function()
|
||||
end
|
||||
|
||||
before_each(function()
|
||||
n.clear()
|
||||
local _ = Screen.new(80, 80)
|
||||
feed('79i<CR><Esc>') -- fill screen with empty lines
|
||||
end)
|
||||
@@ -280,7 +279,6 @@ describe('vim.lsp.util', function()
|
||||
|
||||
describe('open_floating_preview', function()
|
||||
before_each(function()
|
||||
n.clear()
|
||||
Screen.new(10, 10)
|
||||
feed('9i<CR><Esc>G4k')
|
||||
end)
|
||||
|
Reference in New Issue
Block a user