diff --git a/test/unit/components/__snapshots__/sound-editor.test.jsx.snap b/test/unit/components/__snapshots__/sound-editor.test.jsx.snap
index 77df3c54966667bf29f37063ce62d857ed95c2c9..38ddf76c4058ac8e0723f4dacbc1761111fa4599 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]}