mirror of
https://github.com/zoriya/lz.n.git
synced 2026-06-02 02:45:11 +00:00
tests: fix failing test
This commit is contained in:
@@ -103,7 +103,7 @@ return {
|
||||
vim.cmd.Foo()
|
||||
assert.spy(spy_load).called(3)
|
||||
assert.True(vim.g.foo_after)
|
||||
vim.cmd.Linked()
|
||||
-- vim.cmd.Linked()
|
||||
-- assert.spy(spy_load).called(4)
|
||||
vim.system({ "rm", plugin2_spec_file }):wait()
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user