diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2019-09-01 11:25:00 +0200 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2019-09-01 15:55:10 +0200 |
commit | e04b9e7c78bdcf40cce5b5533ce8d7695691dfd6 (patch) | |
tree | 39dd100dccde24ce0b8af578e134b5d2b945faa9 /test/functional/ui/cursor_spec.lua | |
parent | b51ba122c1edfb769e72c25c4f14f469f59f1b8e (diff) | |
download | rneovim-e04b9e7c78bdcf40cce5b5533ce8d7695691dfd6.tar.gz rneovim-e04b9e7c78bdcf40cce5b5533ce8d7695691dfd6.tar.bz2 rneovim-e04b9e7c78bdcf40cce5b5533ce8d7695691dfd6.zip |
test/ui: update tests for new msg_grid implementation
Diffstat (limited to 'test/functional/ui/cursor_spec.lua')
-rw-r--r-- | test/functional/ui/cursor_spec.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/ui/cursor_spec.lua b/test/functional/ui/cursor_spec.lua index 6475eb2923..67aba919b0 100644 --- a/test/functional/ui/cursor_spec.lua +++ b/test/functional/ui/cursor_spec.lua @@ -216,10 +216,10 @@ describe('ui/cursor', function() if m.blinkwait then m.blinkwait = 700 end end if m.hl_id then - m.hl_id = 54 + m.hl_id = 55 m.attr = {background = Screen.colors.DarkGray} end - if m.id_lm then m.id_lm = 55 end + if m.id_lm then m.id_lm = 56 end end -- Assert the new expectation. |