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