From 0b9969c412cbf0ac35e083bc17d90413cdd525e4 Mon Sep 17 00:00:00 2001 From: Eric Rosenbaum <eric.rosenbaum@gmail.com> Date: Wed, 24 Jul 2019 17:11:36 -0400 Subject: [PATCH] Update snapshot --- test/unit/components/__snapshots__/sound-editor.test.jsx.snap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/components/__snapshots__/sound-editor.test.jsx.snap b/test/unit/components/__snapshots__/sound-editor.test.jsx.snap index c0c5441ae..2a2d849ef 100644 --- a/test/unit/components/__snapshots__/sound-editor.test.jsx.snap +++ b/test/unit/components/__snapshots__/sound-editor.test.jsx.snap @@ -150,7 +150,7 @@ exports[`Sound Editor Component matches snapshot 1`] = ` > <path className={undefined} - d="M0 0Q0 0 60 40 Q120 80 180 120 Q240 160 300 200 Q360 240 420 120 Q480 0 480 0 Q480 0 420 -120 Q360 -240 300 -200 Q240 -160 180 -120 Q120 -80 60 -40 Q0 0 0 0Z" + d="M0 0Q0 0 100 80 Q200 160 300 80 Q400 0 400 0 Q400 0 300 -80 Q200 -160 100 -80 Q0 0 0 0Z" strokeLinejoin="round" strokeWidth={1} /> -- GitLab