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:
@@ -6257,7 +6257,7 @@ describe('float window', function()
|
||||
run(on_request, nil, on_setup)
|
||||
os.remove('Xtest_written')
|
||||
os.remove('Xtest_written2')
|
||||
eq(exited, true)
|
||||
eq(true, exited)
|
||||
end)
|
||||
|
||||
it(':quit two floats in a row', function()
|
||||
|
||||
Reference in New Issue
Block a user