Fix a failing test (highlight_spec.lua)

This commit is contained in:
Andy K. Massimino
2021-03-07 10:15:28 -05:00
parent 7e89606591
commit 79575cfe8a

View File

@@ -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)