Skip to content

Commit

Permalink
updating csv name
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMcClatchey committed Jan 15, 2025
1 parent f67eb78 commit 1f6a1cb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ const CsvSchemaDocumentation: React.FC<CsvSchemaDocumentationProps> = ({
<ul>
<li>
<a
href="/assets/resources/test_results_example_10-3-2022.csv"
href="/assets/resources/test_results_example_10-31-2023.csv"
className="usa-link"
onClick={() => {
appInsights?.trackEvent({
Expand Down Expand Up @@ -523,7 +523,7 @@ const CsvSchemaDocumentation: React.FC<CsvSchemaDocumentationProps> = ({
results, you need to adjust it to match the SimpleReport
template. If you don’t have one, use the{" "}
<a
href="/assets/resources/test_results_example_10-3-2022.csv"
href="/assets/resources/test_results_example_10-31-2023.csv"
className="usa-link"
onClick={() => {
appInsights?.trackEvent({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const DiseaseSpecificUploadContainer = () => {
uploadResults={FileUploadService.uploadResults}
uploadType={"Disease Specific"}
spreadsheetTemplateLocation={
"/assets/resources/test_results_example_10-3-2022.csv"
"/assets/resources/test_results_example_10-31-2023.csv"
}
uploadGuideLocation={"/results/upload/submit/guide"}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ exports[`CsvSchemaDocumentation tests CsvSchemaDocumentation matches snapshot 1`
<li>
<a
class="usa-link"
href="/assets/resources/test_results_example_10-3-2022.csv"
href="/assets/resources/test_results_example_10-31-2023.csv"
>
SimpleReport spreadsheet template with example data [CSV download]
</a>
Expand Down Expand Up @@ -6762,7 +6762,7 @@ exports[`CsvSchemaDocumentation tests CsvSchemaDocumentation matches snapshot 1`
<a
class="usa-link"
href="/assets/resources/test_results_example_10-3-2022.csv"
href="/assets/resources/test_results_example_10-31-2023.csv"
>
spreadsheet template
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ exports[`Disease specific upload container test passes axe tests 1`] = `
Download the
<a
href="/assets/resources/test_results_example_10-3-2022.csv"
href="/assets/resources/test_results_example_10-31-2023.csv"
>
spreadsheet template
</a>
Expand Down

0 comments on commit 1f6a1cb

Please sign in to comment.