From 480c4a8425263c5744e6b3412e3218a69b3de09a Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Wed, 10 Jan 2018 16:13:28 +0200 Subject: [PATCH] update snapshots --- .../__snapshots__/DiscriminatorDropdown.test.tsx.snap | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Schema/__tests__/__snapshots__/DiscriminatorDropdown.test.tsx.snap b/src/components/Schema/__tests__/__snapshots__/DiscriminatorDropdown.test.tsx.snap index 943cc919..7dbf72fb 100644 --- a/src/components/Schema/__tests__/__snapshots__/DiscriminatorDropdown.test.tsx.snap +++ b/src/components/Schema/__tests__/__snapshots__/DiscriminatorDropdown.test.tsx.snap @@ -348,7 +348,7 @@ exports[`Components SchemaView discriminator should correctly render SchemaView "required": Array [ "type", ], - "title": "Dog", + "title": "Pet", "type": "object", }, "title": "Dog", @@ -685,7 +685,7 @@ exports[`Components SchemaView discriminator should correctly render SchemaView "required": Array [ "type", ], - "title": "Cat", + "title": "Pet", "type": "object", }, "title": "Cat", @@ -1126,7 +1126,7 @@ exports[`Components SchemaView discriminator should correctly render SchemaView "required": Array [ "type", ], - "title": "Dog", + "title": "Pet", "type": "object", }, "title": "Dog",