Skip to content

Commit dd1100a

Browse files
authored
Merge pull request #3539 from topcoder-platform/fix-snapshot
Fix snapshot copyright year
2 parents d02eeae + a67c056 commit dd1100a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__tests__/shared/components/__snapshots__/TopcoderFooter.jsx.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ exports[`Matches shallow shapshot 1`] = `
156156
<p
157157
className="src-shared-components-TopcoderFooter-___style__copyright-notice___24f5v"
158158
>
159-
© 2019 Topcoder. All Rights Reserved
159+
© 2020 Topcoder. All Rights Reserved
160160
</p>
161161
</div>
162162
`;

__tests__/shared/components/challenge-listing/Sidebar/__snapshots__/Footer.jsx.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ exports[`Matches shallow shapshot 1`] = `
6969
className="src-shared-components-challenge-listing-Sidebar-Footer-___style__copyright___ghkHg"
7070
>
7171
Topcoder ©
72-
2019
72+
2020
7373
</p>
7474
</div>
7575
`;

0 commit comments

Comments
 (0)