Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Jan 21, 2025
1 parent c5ebca1 commit dc6091d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ withFixture('v4/basic', (c) => {
let result = await completion({ lang, text, position, settings })
let textEdit = expect.objectContaining({ range: { start: position, end: position } })

expect(result.items.length).toBe(12309)
expect(result.items.length).toBe(12314)
expect(result.items.filter((item) => item.label.endsWith(':')).length).toBe(304)
expect(result).toEqual({
isIncomplete: false,
Expand Down

0 comments on commit dc6091d

Please sign in to comment.