From f1377da0d0b22aafdbd4323d2818d2f43595fd3a Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Fri, 24 Nov 2017 12:02:00 +0200 Subject: [PATCH] chore: update jest snapshots --- .../__snapshots__/DiscriminatorDropdown.test.tsx.snap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Schema/__tests__/__snapshots__/DiscriminatorDropdown.test.tsx.snap b/src/components/Schema/__tests__/__snapshots__/DiscriminatorDropdown.test.tsx.snap index e59443b0..90d9980b 100644 --- a/src/components/Schema/__tests__/__snapshots__/DiscriminatorDropdown.test.tsx.snap +++ b/src/components/Schema/__tests__/__snapshots__/DiscriminatorDropdown.test.tsx.snap @@ -575,7 +575,7 @@ exports[`Components SchemaView discriminator should correctly render SchemaView ], "format": undefined, "isCircular": undefined, - "isPrimitive": true, + "isPrimitive": false, "nullable": false, "options": RedocNormalizedOptions { "expandResponses": Object {}, @@ -680,7 +680,7 @@ exports[`Components SchemaView discriminator should correctly render SchemaView "type", ], "title": "Cat", - "type": undefined, + "type": "object", }, "title": "Cat", "type": "object",