mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
tests: support msg with global_helpers.ok (#10820)
Ref: https://github.com/neovim/neovim/pull/10768#discussion_r315904175 Co-Authored-By: Justin M. Keyes <justinkz@gmail.com>
This commit is contained in:
@@ -169,8 +169,7 @@ describe('server -> client', function()
|
||||
if method == "notification" then
|
||||
eq('done!', eval('rpcrequest('..cid..', "nested")'))
|
||||
elseif method == "nested_done" then
|
||||
-- this should never have been sent
|
||||
ok(false)
|
||||
ok(false, 'this should never have been sent')
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user