mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
test(core/channel_spec): fix lint failure
This commit is contained in:
parent
18d62d129f
commit
a25aeee856
@ -72,7 +72,7 @@ describe('channels', function()
|
||||
ok(id > 0)
|
||||
|
||||
command("call chansend(g:id, 'F')")
|
||||
eq({'notification', 'data', {id, {''}}}, next_msg())
|
||||
eq({ 'notification', 'data', { id, { '' } } }, next_msg())
|
||||
set_session(server)
|
||||
assert_alive()
|
||||
|
||||
@ -87,7 +87,7 @@ describe('channels', function()
|
||||
assert_alive()
|
||||
set_session(client)
|
||||
command("call chansend(g:id, 'F')")
|
||||
eq({'notification', 'data', {id, {''}}}, next_msg())
|
||||
eq({ 'notification', 'data', { id, { '' } } }, next_msg())
|
||||
|
||||
set_session(server)
|
||||
assert_alive()
|
||||
|
Loading…
Reference in New Issue
Block a user