mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +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