tests: fix failing test

This commit is contained in:
Marc Jakobi
2024-06-19 18:04:54 +02:00
parent 924236c13f
commit e36cca4c68
+1 -1
View File
@@ -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)