diff options
author | ZyX <kp-pav@yandex.ru> | 2017-05-22 03:25:46 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-06-27 01:34:54 +0300 |
commit | 95fe5614a02948bcd0993c751acede34d2acb3c8 (patch) | |
tree | 878da8c68a3df4f42ba361b21d2c4b99db1825d7 /test/functional/eval/input_spec.lua | |
parent | 407abb3a6c5c1c706bf8797a1431e57e97a6b797 (diff) | |
download | rneovim-95fe5614a02948bcd0993c751acede34d2acb3c8.tar.gz rneovim-95fe5614a02948bcd0993c751acede34d2acb3c8.tar.bz2 rneovim-95fe5614a02948bcd0993c751acede34d2acb3c8.zip |
functests: Add missing wait()
Diffstat (limited to 'test/functional/eval/input_spec.lua')
-rw-r--r-- | test/functional/eval/input_spec.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/eval/input_spec.lua b/test/functional/eval/input_spec.lua index f0c1314754..5b259d5440 100644 --- a/test/functional/eval/input_spec.lua +++ b/test/functional/eval/input_spec.lua @@ -2,6 +2,7 @@ local helpers = require('test.functional.helpers')(after_each) local Screen = require('test.functional.ui.screen') local eq = helpers.eq +local wait = helpers.wait local feed = helpers.feed local meths = helpers.meths local clear = helpers.clear |