Skip to content

Commit b988f32

Browse files
Petr Spacekevidolob
Petr Spacek
authored andcommitted
fix: test yaml-schema Package
1 parent ff5629e commit b988f32

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

test/schemaValidation.test.ts

+1-9
Original file line numberDiff line numberDiff line change
@@ -878,15 +878,7 @@ suite('Validation Tests', () => {
878878
const testTextDocument = setupTextDocument(content);
879879
const result = await languageService.doValidation(testTextDocument, true);
880880
expect(result[0]).deep.equal(
881-
createExpectedError(
882-
ArrayTypeError,
883-
4,
884-
10,
885-
4,
886-
18,
887-
DiagnosticSeverity.Warning,
888-
'yaml-schema: https://json.schemastore.org/composer'
889-
)
881+
createExpectedError(ArrayTypeError, 4, 10, 4, 18, DiagnosticSeverity.Warning, 'yaml-schema: Package')
890882
);
891883
});
892884

0 commit comments

Comments
 (0)