Skip to content

Commit bb61c2c

Browse files
authored
Merge pull request #4484 from simranb86/issue_4384_new
fix tests for issue #4384
2 parents c630126 + d5e0fba commit bb61c2c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

__tests__/shared/components/challenge-listing/ChallengeCard/__snapshots__/index.jsx.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ exports[`Matches shallow shapshot shapshot 1 1`] = `
4949
newChallengeDetails={false}
5050
onTechTagClicked={[Function]}
5151
openChallengesInNewTabs={false}
52-
userHandle=""
52+
userId=""
5353
/>
5454
`;
5555

@@ -93,7 +93,7 @@ exports[`Matches shallow shapshot shapshot 2 1`] = `
9393
newChallengeDetails={false}
9494
onTechTagClicked={[Function]}
9595
openChallengesInNewTabs={false}
96-
userHandle=""
96+
userId=""
9797
/>
9898
`;
9999

@@ -133,6 +133,6 @@ exports[`Matches shallow shapshot shapshot 3 1`] = `
133133
newChallengeDetails={false}
134134
onTechTagClicked={[Function]}
135135
openChallengesInNewTabs={false}
136-
userHandle=""
136+
userId=""
137137
/>
138138
`;

__tests__/shared/components/challenge-listing/Listing/__snapshots__/Bucket.jsx.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ exports[`Matches shallow shapshot 1`] = `
8989
setFilterState={[MockFunction]}
9090
setSort={[MockFunction]}
9191
sort=""
92-
userHandle=""
92+
userId=""
9393
/>
9494
</StaticRouter>
9595
`;
@@ -240,7 +240,7 @@ exports[`Matches shallow shapshot 2`] = `
240240
setFilterState={[MockFunction]}
241241
setSort={[MockFunction]}
242242
sort=""
243-
userHandle=""
243+
userId=""
244244
/>
245245
</StaticRouter>
246246
`;
@@ -278,7 +278,7 @@ exports[`Matches shallow shapshot 3`] = `
278278
setFilterState={[MockFunction]}
279279
setSort={[MockFunction]}
280280
sort=""
281-
userHandle=""
281+
userId=""
282282
/>
283283
</StaticRouter>
284284
`;

0 commit comments

Comments
 (0)