Skip to content

Commit

Permalink
fix: schemaProvider in test
Browse files Browse the repository at this point in the history
  • Loading branch information
p-spacek committed Oct 11, 2023
1 parent 0432be8 commit 86a72ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/autoCompletion.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1489,7 +1489,7 @@ describe('Auto Completion Tests', () => {
});

it('Array of enum autocomplete on 2nd position without `-`', (done) => {
languageService.addSchema(SCHEMA_ID, {
schemaProvider.addSchema(SCHEMA_ID, {
type: 'object',
properties: {
references: {
Expand Down

0 comments on commit 86a72ed

Please sign in to comment.