Skip to content

Commit f83c121

Browse files
committed
test: fix snaphsots
1 parent 9a8d287 commit f83c121

File tree

2 files changed

+5
-1
lines changed
  • __tests__/shared/components

2 files changed

+5
-1
lines changed

__tests__/shared/components/challenge-detail/Submissions/SubmissionRow/SubmissionHistoryRow/__snapshots__/index.jsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ exports[`Matches shallow shapshot shapshot 1 1`] = `
5454
<div>
5555
06 Nov 2017
5656
57-
15:49:35
57+
17:49:35
5858
</div>
5959
</div>
6060
</div>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,14 @@ exports[`Matches shallow shapshot 1 shapshot 1 1`] = `
3838
auth={Object {}}
3939
challenges={Array []}
4040
communityName={null}
41+
copilotOpportunities={Array []}
4142
expandTag={null}
4243
expandedTags={Array []}
4344
expanding={false}
4445
filterState={Object {}}
4546
loadMoreActive={null}
4647
loadMoreAll={null}
48+
loadMoreCopilotOpportunities={null}
4749
loadMoreMy={null}
4850
loadMoreMyPast={null}
4951
loadMoreOnGoing={null}
@@ -103,12 +105,14 @@ exports[`Matches shallow shapshot 2 shapshot 2 1`] = `
103105
auth={Object {}}
104106
challenges={Array []}
105107
communityName={null}
108+
copilotOpportunities={Array []}
106109
expandTag={null}
107110
expandedTags={Array []}
108111
expanding={false}
109112
filterState={Object {}}
110113
loadMoreActive={null}
111114
loadMoreAll={null}
115+
loadMoreCopilotOpportunities={null}
112116
loadMoreMy={null}
113117
loadMoreMyPast={null}
114118
loadMoreOnGoing={null}

0 commit comments

Comments
 (0)