aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/functional/core/channels_spec.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/core/channels_spec.lua b/test/functional/core/channels_spec.lua
index 1fbb92d558..56a2f5a571 100644
--- a/test/functional/core/channels_spec.lua
+++ b/test/functional/core/channels_spec.lua
@@ -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()