mirror of
https://github.com/neovim/neovim.git
synced 2026-01-07 05:43:14 +00:00
test: fix failing lsp/utils_spec #36609
Problem:098da1fc2cwas merged without rebasing on4b8980949c, which changed how this test behaves. Solution: Update the test.
This commit is contained in:
@@ -357,7 +357,7 @@ describe('vim.lsp.util', function()
|
||||
screen:expect([[
|
||||
^ |
|
||||
┌─────────┐{1: }|
|
||||
│{100:local}{101: }{102:foo}│{1: }|
|
||||
│{101:local foo}│{1: }|
|
||||
└─────────┘{1: }|
|
||||
{1:~ }|*9
|
||||
|
|
||||
@@ -384,7 +384,7 @@ describe('vim.lsp.util', function()
|
||||
screen:expect([[
|
||||
^ |
|
||||
┌─────────┐{1: }|
|
||||
│{100:local}{101: }{102:foo}│{1: }|
|
||||
│{101:local foo}│{1: }|
|
||||
└─────────┘{1: }|
|
||||
{1:~ }|*9
|
||||
|
|
||||
|
||||
Reference in New Issue
Block a user