From d5e0fbaf30e365cbb8b5f994d03cc6c0f9119acd Mon Sep 17 00:00:00 2001 From: sr_jr Date: Sun, 7 Jun 2020 13:24:05 +0530 Subject: [PATCH] fix tests --- .../ChallengeCard/__snapshots__/index.jsx.snap | 6 +++--- .../challenge-listing/Listing/__snapshots__/Bucket.jsx.snap | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/__tests__/shared/components/challenge-listing/ChallengeCard/__snapshots__/index.jsx.snap b/__tests__/shared/components/challenge-listing/ChallengeCard/__snapshots__/index.jsx.snap index a136f805ff..9986f0c262 100644 --- a/__tests__/shared/components/challenge-listing/ChallengeCard/__snapshots__/index.jsx.snap +++ b/__tests__/shared/components/challenge-listing/ChallengeCard/__snapshots__/index.jsx.snap @@ -49,7 +49,7 @@ exports[`Matches shallow shapshot shapshot 1 1`] = ` newChallengeDetails={false} onTechTagClicked={[Function]} openChallengesInNewTabs={false} - userHandle="" + userId="" /> `; @@ -93,7 +93,7 @@ exports[`Matches shallow shapshot shapshot 2 1`] = ` newChallengeDetails={false} onTechTagClicked={[Function]} openChallengesInNewTabs={false} - userHandle="" + userId="" /> `; @@ -133,6 +133,6 @@ exports[`Matches shallow shapshot shapshot 3 1`] = ` newChallengeDetails={false} onTechTagClicked={[Function]} openChallengesInNewTabs={false} - userHandle="" + userId="" /> `; diff --git a/__tests__/shared/components/challenge-listing/Listing/__snapshots__/Bucket.jsx.snap b/__tests__/shared/components/challenge-listing/Listing/__snapshots__/Bucket.jsx.snap index e8f4bcbb39..0d45229f65 100644 --- a/__tests__/shared/components/challenge-listing/Listing/__snapshots__/Bucket.jsx.snap +++ b/__tests__/shared/components/challenge-listing/Listing/__snapshots__/Bucket.jsx.snap @@ -89,7 +89,7 @@ exports[`Matches shallow shapshot 1`] = ` setFilterState={[MockFunction]} setSort={[MockFunction]} sort="" - userHandle="" + userId="" /> `; @@ -240,7 +240,7 @@ exports[`Matches shallow shapshot 2`] = ` setFilterState={[MockFunction]} setSort={[MockFunction]} sort="" - userHandle="" + userId="" /> `; @@ -278,7 +278,7 @@ exports[`Matches shallow shapshot 3`] = ` setFilterState={[MockFunction]} setSort={[MockFunction]} sort="" - userHandle="" + userId="" /> `;