diff options
author | Michael Ennen <mike.ennen@gmail.com> | 2016-11-11 13:13:55 -0700 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-12-12 10:17:35 -0500 |
commit | 5e4eb18eb0242794c0b3a622f7acf0d3e6856c05 (patch) | |
tree | e31b25acaf30023616d4f469af5d067befd30556 /test/functional/ex_cmds | |
parent | 0f681c80e1e9c9060394365dae12f8ebd5736176 (diff) | |
download | rneovim-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.lua | 2 |
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) |