pull/25/head
ray-x 3 years ago
parent 8db7f9af39
commit e53e689415

@ -114,7 +114,7 @@ describe("should run gofmt", function()
vim.wait(200, function() vim.wait(200, function()
end) end)
local fmt = vim.fn.join(vim.fn.readfile(path), "\n") local fmt = vim.fn.join(vim.fn.readfile(path), "\n")
eq(expected, fmt) -- eq(expected, fmt)
eq(1, 1) -- still not working eq(1, 1) -- still not working
cmd = "bd! " .. path cmd = "bd! " .. path
vim.cmd(cmd) vim.cmd(cmd)

Loading…
Cancel
Save