diff options
author | James McCoy <jamessan@jamessan.com> | 2017-01-18 07:53:10 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2017-01-18 11:24:39 -0500 |
commit | e2b031a3423fe34b8a5f0c6a48e4a4db20beda4f (patch) | |
tree | 9f5a82040a42b668738d5b0f308d8931843e0cfe | |
parent | 4322021baeefed655ebc345fed8fa019e466728d (diff) | |
download | rneovim-e2b031a3423fe34b8a5f0c6a48e4a4db20beda4f.tar.gz rneovim-e2b031a3423fe34b8a5f0c6a48e4a4db20beda4f.tar.bz2 rneovim-e2b031a3423fe34b8a5f0c6a48e4a4db20beda4f.zip |
test: screen_basic: Re-enable min width/height test
-rw-r--r-- | test/functional/ui/screen_basic_spec.lua | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/functional/ui/screen_basic_spec.lua b/test/functional/ui/screen_basic_spec.lua index d03f98c26f..647cb4bb3b 100644 --- a/test/functional/ui/screen_basic_spec.lua +++ b/test/functional/ui/screen_basic_spec.lua @@ -563,11 +563,10 @@ describe('Screen', function() ]]) end) - -- FIXME this has some race conditions that cause it to fail periodically - pending('has minimum width/height values', function() + it('has minimum width/height values', function() screen:try_resize(1, 1) screen:expect([[ - -- INS^ERT --| + {2:-- INS^ERT --}| | ]]) feed('<esc>:ls') |