File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
__tests__/shared/components/challenge-listing
ChallengeCard/__snapshots__ Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ exports[`Matches shallow shapshot shapshot 1 1`] = `
49
49
newChallengeDetails = { false }
50
50
onTechTagClicked = { [Function ]}
51
51
openChallengesInNewTabs = { false }
52
- userHandle = " "
52
+ userId = " "
53
53
/>
54
54
` ;
55
55
@@ -93,7 +93,7 @@ exports[`Matches shallow shapshot shapshot 2 1`] = `
93
93
newChallengeDetails = { false }
94
94
onTechTagClicked = { [Function ]}
95
95
openChallengesInNewTabs = { false }
96
- userHandle = " "
96
+ userId = " "
97
97
/>
98
98
` ;
99
99
@@ -133,6 +133,6 @@ exports[`Matches shallow shapshot shapshot 3 1`] = `
133
133
newChallengeDetails = { false }
134
134
onTechTagClicked = { [Function ]}
135
135
openChallengesInNewTabs = { false }
136
- userHandle = " "
136
+ userId = " "
137
137
/>
138
138
` ;
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ exports[`Matches shallow shapshot 1`] = `
89
89
setFilterState = { [MockFunction ]}
90
90
setSort = { [MockFunction ]}
91
91
sort = " "
92
- userHandle = " "
92
+ userId = " "
93
93
/>
94
94
</StaticRouter >
95
95
` ;
@@ -240,7 +240,7 @@ exports[`Matches shallow shapshot 2`] = `
240
240
setFilterState = { [MockFunction ]}
241
241
setSort = { [MockFunction ]}
242
242
sort = " "
243
- userHandle = " "
243
+ userId = " "
244
244
/>
245
245
</StaticRouter >
246
246
` ;
@@ -278,7 +278,7 @@ exports[`Matches shallow shapshot 3`] = `
278
278
setFilterState = { [MockFunction ]}
279
279
setSort = { [MockFunction ]}
280
280
sort = " "
281
- userHandle = " "
281
+ userId = " "
282
282
/>
283
283
</StaticRouter >
284
284
` ;
You can’t perform that action at this time.
0 commit comments