Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Jun 24, 2024
1 parent 14c21a5 commit ea974b9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@ 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(12312)
expect(result.items.filter((item) => item.label.endsWith(':')).length).toBe(216)
expect(result.items.length).toBe(12376)
expect(result.items.filter((item) => item.label.endsWith(':')).length).toBe(220)
expect(result).toEqual({
isIncomplete: false,
items: expect.arrayContaining([
Expand Down

0 comments on commit ea974b9

Please sign in to comment.