Skip to content

Commit c79108d

Browse files
committed
unit test fixes
1 parent d06d4dc commit c79108d

File tree

1 file changed

+2
-0
lines changed
  • __tests__/shared/components/challenge-listing/__snapshots__

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ exports[`Matches shallow shapshot 1 shapshot 1 1`] = `
1919
/>
2020
<Connect(Container)
2121
communityName={null}
22+
enableRecommenderTool={true}
2223
hidden={true}
2324
isAuth={false}
2425
setFilterState={[MockFunction]}
@@ -75,6 +76,7 @@ exports[`Matches shallow shapshot 2 shapshot 2 1`] = `
7576
/>
7677
<Connect(Container)
7778
communityName={null}
79+
enableRecommenderTool={true}
7880
hidden={false}
7981
isAuth={false}
8082
setFilterState={[MockFunction]}

0 commit comments

Comments
 (0)