Skip to content

Commit 86a72ed

Browse files
committed
fix: schemaProvider in test
1 parent 0432be8 commit 86a72ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/autoCompletion.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1489,7 +1489,7 @@ describe('Auto Completion Tests', () => {
14891489
});
14901490

14911491
it('Array of enum autocomplete on 2nd position without `-`', (done) => {
1492-
languageService.addSchema(SCHEMA_ID, {
1492+
schemaProvider.addSchema(SCHEMA_ID, {
14931493
type: 'object',
14941494
properties: {
14951495
references: {

0 commit comments

Comments
 (0)