Skip to content

Commit cf219a8

Browse files
committed
Change test name
Signed-off-by: Yevhen Vydolob <yvydolob@redhat.com>
1 parent d88dd81 commit cf219a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/schemaValidation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1560,7 +1560,7 @@ obj:
15601560
});
15611561

15621562
describe('Bug fixes', () => {
1563-
it('should handle "additionalItems" not schema or boolean', async () => {
1563+
it('should handle not valid schema object', async () => {
15641564
const schema = 'Foo';
15651565
languageService.addSchema(SCHEMA_ID, schema as JSONSchema);
15661566
const content = `foo: bar`;

0 commit comments

Comments
 (0)