From 0eeff37d09f58f39b9e24ec159900fc6e9db1430 Mon Sep 17 00:00:00 2001
From: picklesrus <picklesrus@users.noreply.github.com>
Date: Wed, 23 Jan 2019 17:37:12 -0500
Subject: [PATCH] Fix test broken in #4422 by updating the snapshot.

---
 .../__snapshots__/sound-editor.test.jsx.snap  | 27 +++++++------------
 1 file changed, 10 insertions(+), 17 deletions(-)

diff --git a/test/unit/components/__snapshots__/sound-editor.test.jsx.snap b/test/unit/components/__snapshots__/sound-editor.test.jsx.snap
index 77df3c549..38ddf76c4 100644
--- a/test/unit/components/__snapshots__/sound-editor.test.jsx.snap
+++ b/test/unit/components/__snapshots__/sound-editor.test.jsx.snap
@@ -211,24 +211,17 @@ exports[`Sound Editor Component matches snapshot 1`] = `
           </div>
         </div>
         <div
-          className=""
-          style={
-            Object {
-              "alignContent": undefined,
-              "alignItems": undefined,
-              "alignSelf": undefined,
-              "flexBasis": undefined,
-              "flexDirection": undefined,
-              "flexGrow": undefined,
-              "flexShrink": undefined,
-              "flexWrap": undefined,
-              "height": undefined,
-              "justifyContent": undefined,
-              "transform": "translateX(50%)",
-              "width": undefined,
+          className={undefined}
+        >
+          <div
+            className=""
+            style={
+              Object {
+                "transform": "translateX(50%)",
+              }
             }
-          }
-        />
+          />
+        </div>
         <div
           className=""
           onMouseDown={[Function]}
-- 
GitLab