diff --git a/app/soapbox/components/__tests__/__snapshots__/emoji_selector-test.js.snap b/app/soapbox/components/__tests__/__snapshots__/emoji_selector-test.js.snap index 80bd49f8ec..6b63070125 100644 --- a/app/soapbox/components/__tests__/__snapshots__/emoji_selector-test.js.snap +++ b/app/soapbox/components/__tests__/__snapshots__/emoji_selector-test.js.snap @@ -16,7 +16,7 @@ exports[` renders correctly 1`] = ` className="emoji-react-selector__emoji" dangerouslySetInnerHTML={ Object { - "__html": "\\"❤️\\"", + "__html": "\\"❤\\"", } } /> diff --git a/app/soapbox/reducers/__tests__/instance-test.js b/app/soapbox/reducers/__tests__/instance-test.js index cba12c648b..47cbb936af 100644 Binary files a/app/soapbox/reducers/__tests__/instance-test.js and b/app/soapbox/reducers/__tests__/instance-test.js differ diff --git a/app/soapbox/test_helpers.js b/app/soapbox/test_helpers.js index 544650141f..e77985e91c 100644 Binary files a/app/soapbox/test_helpers.js and b/app/soapbox/test_helpers.js differ