diff --git a/src/containers/LandingPage/LandingPage.test.js b/src/containers/LandingPage/LandingPage.test.js
index bce166df..632904c7 100644
--- a/src/containers/LandingPage/LandingPage.test.js
+++ b/src/containers/LandingPage/LandingPage.test.js
@@ -1,15 +1,18 @@
import React from 'react';
import { BrowserRouter } from 'react-router';
import renderer from 'react-test-renderer';
+import { IntlProvider } from 'react-intl';
import LandingPage from './LandingPage';
describe('LandingPage', () => {
it('matches snapshot', () => {
const component = renderer.create(
(
-
-
-
+
+
+
+
+
),
);
const tree = component.toJSON();
diff --git a/src/containers/LandingPage/__snapshots__/LandingPage.test.js.snap b/src/containers/LandingPage/__snapshots__/LandingPage.test.js.snap
index e44f93ea..90f926b5 100644
--- a/src/containers/LandingPage/__snapshots__/LandingPage.test.js.snap
+++ b/src/containers/LandingPage/__snapshots__/LandingPage.test.js.snap
@@ -128,7 +128,9 @@ exports[`LandingPage matches snapshot 1`] = `
href="/s?location=helsinki"
onClick={[Function]}
style={Object {}}>
- Find studios
+
+ Show nice studios! (default)
+
`;