mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
test: correct order of arguments to eq() (#27816)
This commit is contained in:
@@ -205,7 +205,7 @@ describe('vim.diagnostic', function()
|
||||
diag[1].col = 10000
|
||||
return vim.diagnostic.get()[1].col == 10000
|
||||
]]
|
||||
eq(result, false)
|
||||
eq(false, result)
|
||||
end)
|
||||
|
||||
it('resolves buffer number 0 to the current buffer', function()
|
||||
|
||||
Reference in New Issue
Block a user