From e84cd3bb2e581add66eda56c647e34bbca5238b3 Mon Sep 17 00:00:00 2001 From: Brandon Lax Date: Sat, 12 Oct 2024 23:38:43 -0400 Subject: [PATCH] Fix test with latest change --- .../integration/extend.rs~extend_internally_tagged_enum.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/schemars/tests/integration/snapshots/schemars/tests/integration/extend.rs~extend_internally_tagged_enum.json b/schemars/tests/integration/snapshots/schemars/tests/integration/extend.rs~extend_internally_tagged_enum.json index c0f6354e..a6a17a06 100644 --- a/schemars/tests/integration/snapshots/schemars/tests/integration/extend.rs~extend_internally_tagged_enum.json +++ b/schemars/tests/integration/snapshots/schemars/tests/integration/extend.rs~extend_internally_tagged_enum.json @@ -23,6 +23,9 @@ "const": "NewType" } }, + "allOf": [ + true + ], "required": [ "t" ],