From ae18ad45b917d876816e8d12dee89744026c0ed2 Mon Sep 17 00:00:00 2001 From: AlasdairSwan Date: Tue, 7 May 2019 11:56:32 -0400 Subject: [PATCH] fix(version): trivial update to minor version bump --- src/lib/components/SiteFooter/SiteFooter.test.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/components/SiteFooter/SiteFooter.test.jsx b/src/lib/components/SiteFooter/SiteFooter.test.jsx index e7e3b54c..cbf6cda8 100644 --- a/src/lib/components/SiteFooter/SiteFooter.test.jsx +++ b/src/lib/components/SiteFooter/SiteFooter.test.jsx @@ -22,8 +22,8 @@ const completeSiteFooterComponent = mockHandleAllTrackEvents => twitterUrl="https://www.twitter.com" youTubeUrl="https://www.youtube.com" linkedInUrl="https://www.linkedin.com" - googlePlusUrl="https://plus.google.com" redditUrl="https://reddit.com" + googlePlusUrl="https://plus.google.com" appleAppStoreUrl="https://store.apple.com" googlePlayUrl="https://play.google.com" handleAllTrackEvents={mockHandleAllTrackEvents} @@ -58,8 +58,8 @@ describe('', () => { twitterUrl="https://www.twitter.com" youTubeUrl="https://www.youtube.com" linkedInUrl="https://www.linkedin.com" - googlePlusUrl="https://plus.google.com" redditUrl="https://reddit.com" + googlePlusUrl="https://plus.google.com" appleAppStoreUrl="https://store.apple.com" googlePlayUrl="https://play.google.com" handleAllTrackEvents={jest.fn()} @@ -87,8 +87,8 @@ describe('', () => { twitterUrl="https://www.twitter.com" youTubeUrl="https://www.youtube.com" linkedInUrl="https://www.linkedin.com" - googlePlusUrl="https://plus.google.com" redditUrl="https://reddit.com" + googlePlusUrl="https://plus.google.com" appleAppStoreUrl="https://store.apple.com" googlePlayUrl="https://play.google.com" handleAllTrackEvents={jest.fn()}