From 49feddaa10ce1d186fdc8468ae41de91b484ac25 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Mon, 25 Jun 2018 14:00:08 +0300 Subject: [PATCH] chore: update snapshots --- .../__tests__/__snapshots__/DiscriminatorDropdown.test.tsx.snap | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/__tests__/__snapshots__/DiscriminatorDropdown.test.tsx.snap b/src/components/__tests__/__snapshots__/DiscriminatorDropdown.test.tsx.snap index a8cbccbe..2c764293 100644 --- a/src/components/__tests__/__snapshots__/DiscriminatorDropdown.test.tsx.snap +++ b/src/components/__tests__/__snapshots__/DiscriminatorDropdown.test.tsx.snap @@ -21,6 +21,7 @@ exports[`Components SchemaView discriminator should correctly render discriminat "default": undefined, "deprecated": false, "description": "", + "displayFormat": undefined, "displayType": "number", "enum": Array [], "example": undefined, @@ -68,6 +69,7 @@ exports[`Components SchemaView discriminator should correctly render discriminat "default": undefined, "deprecated": false, "description": "", + "displayFormat": undefined, "displayType": "string", "enum": Array [], "example": undefined,