aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ex_cmds
diff options
context:
space:
mode:
authorMichael Ennen <mike.ennen@gmail.com>2016-11-11 13:13:55 -0700
committerJames McCoy <jamessan@jamessan.com>2016-12-12 10:17:35 -0500
commit5e4eb18eb0242794c0b3a622f7acf0d3e6856c05 (patch)
treee31b25acaf30023616d4f469af5d067befd30556 /test/functional/ex_cmds
parent0f681c80e1e9c9060394365dae12f8ebd5736176 (diff)
downloadrneovim-5e4eb18eb0242794c0b3a622f7acf0d3e6856c05.tar.gz
rneovim-5e4eb18eb0242794c0b3a622f7acf0d3e6856c05.tar.bz2
rneovim-5e4eb18eb0242794c0b3a622f7acf0d3e6856c05.zip
Add some tests and cleanup.
Diffstat (limited to 'test/functional/ex_cmds')
-rw-r--r--test/functional/ex_cmds/dict_notifications_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ex_cmds/dict_notifications_spec.lua b/test/functional/ex_cmds/dict_notifications_spec.lua
index e6dc0782fb..e6f7609016 100644
--- a/test/functional/ex_cmds/dict_notifications_spec.lua
+++ b/test/functional/ex_cmds/dict_notifications_spec.lua
@@ -253,7 +253,7 @@ describe('dictionary change notifications', function()
command('call g:ReplaceWatcher2()')
command('let g:key = "value"')
eq({'notification', '2b', {'key', {old = 'v2', new = 'value'}}}, next_msg())
-
+
end)
end)
end)