diff options
author | Andy K. Massimino <f8a663@normed.space> | 2021-03-07 10:15:28 -0500 |
---|---|---|
committer | Andy K. Massimino <f8a663@normed.space> | 2021-03-20 15:56:52 -0400 |
commit | 79575cfe8a191dabb1352f8d75d984a7866d70fd (patch) | |
tree | 20c9f6b809a720ee973d2a201d088b5b4a750af1 /test/functional/ui/highlight_spec.lua | |
parent | 7e89606591c76efc7587911ff6d9c3414525f2a2 (diff) | |
download | rneovim-79575cfe8a191dabb1352f8d75d984a7866d70fd.tar.gz rneovim-79575cfe8a191dabb1352f8d75d984a7866d70fd.tar.bz2 rneovim-79575cfe8a191dabb1352f8d75d984a7866d70fd.zip |
Fix a failing test (highlight_spec.lua)
Diffstat (limited to 'test/functional/ui/highlight_spec.lua')
-rw-r--r-- | test/functional/ui/highlight_spec.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/functional/ui/highlight_spec.lua b/test/functional/ui/highlight_spec.lua index ef3acd7d2e..8992ee27ce 100644 --- a/test/functional/ui/highlight_spec.lua +++ b/test/functional/ui/highlight_spec.lua @@ -333,10 +333,10 @@ describe('highlight defaults', function() command('highlight clear EndOfBuffer') screen:expect{grid=[[ ^ | - ~ | - ~ | + {1:~ }| + {1:~ }| | - ]], hl_groups={EndOfBuffer=0, MsgSeparator=2}} + ]], hl_groups={EndOfBuffer=1, MsgSeparator=2}} end) end) |