From 2e1cadb5b16639cd7776204731e2602929edeebb Mon Sep 17 00:00:00 2001 From: irengrig Date: Mon, 6 Jun 2016 13:53:58 +0200 Subject: [PATCH] try improve json schema tests --- .../jsonSchema/crossReferences/testFileForBaseProperties.json | 2 +- .../jsonSchema/schemaFile/resolve/referencingSchema.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/json/tests/testData/jsonSchema/crossReferences/testFileForBaseProperties.json b/json/tests/testData/jsonSchema/crossReferences/testFileForBaseProperties.json index 2fb95e5ba266..dbeb3a46f6a3 100644 --- a/json/tests/testData/jsonSchema/crossReferences/testFileForBaseProperties.json +++ b/json/tests/testData/jsonSchema/crossReferences/testFileForBaseProperties.json @@ -1,3 +1,3 @@ { - "baseEnum": "one" + "baseEnum": "one" } diff --git a/json/tests/testData/jsonSchema/schemaFile/resolve/referencingSchema.json b/json/tests/testData/jsonSchema/schemaFile/resolve/referencingSchema.json index 8a890fcb1f3e..0f8a81cbc685 100644 --- a/json/tests/testData/jsonSchema/schemaFile/resolve/referencingSchema.json +++ b/json/tests/testData/jsonSchema/schemaFile/resolve/referencingSchema.json @@ -1,7 +1,7 @@ { "properties": { "smth": { - "$ref" : "https://myurl#/properties/baseEnum" + "$ref" : "https://myurl#/properties/baseEnum" } } } \ No newline at end of file