Skip to content

Commit 9a92a04

Browse files
committed
Deploy and test update
1 parent 47be786 commit 9a92a04

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ workflows:
350350
branches:
351351
only:
352352
- develop
353+
- latex_support
353354
# This is alternate dev env for parallel testing
354355
- "build-test":
355356
context : org-global

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ exports[`Matches shallow shapshot 1`] = `
674674
<span
675675
className="src-shared-components-TopcoderFooter-___style__copyright-notice___24f5v"
676676
>
677-
© 2022 Topcoder
677+
© 2023 Topcoder
678678
<a
679679
className="src-shared-components-TopcoderFooter-___style__link___3-nzm"
680680
href="https://www.topcoder-dev.com/policy?ref=navb"

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

Lines changed: 1 addition & 1 deletion
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-
2022
72+
2023
7373
</p>
7474
</div>
7575
`;

0 commit comments

Comments
 (0)