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:
Daniel Hahler
2019-08-21 02:32:20 +02:00
committed by GitHub
parent 7adea68c1e
commit 47e27a4f5b
4 changed files with 9 additions and 8 deletions

View File

@@ -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