Skip to content

Commit

Permalink
Update specs
Browse files Browse the repository at this point in the history
  • Loading branch information
savetheclocktower committed Jan 3, 2024
1 parent 66b5022 commit 812ab75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ describe('CTagsProvider', () => {
it('returns a lower match score', () => {
editor.insertText("\n");
let meta = { type: 'file', editor };
expect(provider.canProvideSymbols(meta)).toBe(0.9);
expect(provider.canProvideSymbols(meta)).toBe(0.89);
});
});

Expand Down

0 comments on commit 812ab75

Please sign in to comment.