From 3f249d0359b0b7c832873d24afd8ae59d02fef6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Tue, 2 May 2023 13:00:17 +0200 Subject: [PATCH] Fix: Revert unrelated changes to tests --- .../HasType/IsScalar/WithPropertyDefinitions/normalized.json | 4 ++-- .../normalized.json | 4 ++-- .../IsScalar/WithoutPropertyDefinitions/normalized.json | 4 ++-- .../Json/IsObject/Schema/IsEmpty/normalized.json | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/test/Fixture/SchemaNormalizer/NormalizeNormalizesJson/WithCustomJsonPointerSpecification/Json/IsObject/Schema/HasType/IsScalar/WithPropertyDefinitions/normalized.json b/test/Fixture/SchemaNormalizer/NormalizeNormalizesJson/WithCustomJsonPointerSpecification/Json/IsObject/Schema/HasType/IsScalar/WithPropertyDefinitions/normalized.json index 6254507b..cde92d35 100644 --- a/test/Fixture/SchemaNormalizer/NormalizeNormalizesJson/WithCustomJsonPointerSpecification/Json/IsObject/Schema/HasType/IsScalar/WithPropertyDefinitions/normalized.json +++ b/test/Fixture/SchemaNormalizer/NormalizeNormalizesJson/WithCustomJsonPointerSpecification/Json/IsObject/Schema/HasType/IsScalar/WithPropertyDefinitions/normalized.json @@ -2,8 +2,8 @@ "foo": {}, "bar": { "baz": { - "quuz": "corge", - "qux": "quux" + "qux": "quux", + "quuz": "corge" }, "grault": { "fred": "plugh", diff --git a/test/Fixture/SchemaNormalizer/NormalizeNormalizesJson/WithCustomJsonPointerSpecification/Json/IsObject/Schema/HasType/IsScalar/WithPropertyDefinitionsAndAdditionalProperties/normalized.json b/test/Fixture/SchemaNormalizer/NormalizeNormalizesJson/WithCustomJsonPointerSpecification/Json/IsObject/Schema/HasType/IsScalar/WithPropertyDefinitionsAndAdditionalProperties/normalized.json index 09b22c65..82b9a450 100644 --- a/test/Fixture/SchemaNormalizer/NormalizeNormalizesJson/WithCustomJsonPointerSpecification/Json/IsObject/Schema/HasType/IsScalar/WithPropertyDefinitionsAndAdditionalProperties/normalized.json +++ b/test/Fixture/SchemaNormalizer/NormalizeNormalizesJson/WithCustomJsonPointerSpecification/Json/IsObject/Schema/HasType/IsScalar/WithPropertyDefinitionsAndAdditionalProperties/normalized.json @@ -2,8 +2,8 @@ "foo": {}, "bar": { "baz": { - "quuz": "corge", - "qux": "quux" + "qux": "quux", + "quuz": "corge" }, "grault": { "fred": "plugh", diff --git a/test/Fixture/SchemaNormalizer/NormalizeNormalizesJson/WithCustomJsonPointerSpecification/Json/IsObject/Schema/HasType/IsScalar/WithoutPropertyDefinitions/normalized.json b/test/Fixture/SchemaNormalizer/NormalizeNormalizesJson/WithCustomJsonPointerSpecification/Json/IsObject/Schema/HasType/IsScalar/WithoutPropertyDefinitions/normalized.json index a98bed56..4e66769d 100644 --- a/test/Fixture/SchemaNormalizer/NormalizeNormalizesJson/WithCustomJsonPointerSpecification/Json/IsObject/Schema/HasType/IsScalar/WithoutPropertyDefinitions/normalized.json +++ b/test/Fixture/SchemaNormalizer/NormalizeNormalizesJson/WithCustomJsonPointerSpecification/Json/IsObject/Schema/HasType/IsScalar/WithoutPropertyDefinitions/normalized.json @@ -1,8 +1,8 @@ { "bar": { "baz": { - "quuz": "corge", - "qux": "quux" + "qux": "quux", + "quuz": "corge" }, "grault": { "fred": "plugh", diff --git a/test/Fixture/SchemaNormalizer/NormalizeNormalizesJson/WithCustomJsonPointerSpecification/Json/IsObject/Schema/IsEmpty/normalized.json b/test/Fixture/SchemaNormalizer/NormalizeNormalizesJson/WithCustomJsonPointerSpecification/Json/IsObject/Schema/IsEmpty/normalized.json index 11ac911d..8b7cd8a4 100644 --- a/test/Fixture/SchemaNormalizer/NormalizeNormalizesJson/WithCustomJsonPointerSpecification/Json/IsObject/Schema/IsEmpty/normalized.json +++ b/test/Fixture/SchemaNormalizer/NormalizeNormalizesJson/WithCustomJsonPointerSpecification/Json/IsObject/Schema/IsEmpty/normalized.json @@ -1,12 +1,12 @@ { "bar": [ { + "foo": 9000, "bar": [ "foo", "bar", "baz" - ], - "foo": 9000 + ] }, { "foo": 3.1415