Skip to content

Commit

Permalink
Merge pull request #148 from concord-consortium/fix-download-test
Browse files Browse the repository at this point in the history
fix: Download test broken after merge
  • Loading branch information
dougmartin authored Jun 24, 2024
2 parents 89143e3 + 6cea5ea commit c1cda90
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lara-app/utils/download-csv.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ const tabularExperiment: IExperiment = {
uuid: "59f660d6-0593-4f6a-9d54-35caed536095",
name: "Tabular Experiment",
initials: "TE",
iconColor: "#000",
iconHoverColor: "#777"
},
schema: {
dataSchema: {
Expand Down Expand Up @@ -43,6 +45,8 @@ const timeSeriesExperiment: IExperiment = {
uuid: "bfca7fb5-39ea-4238-8515-e469c44aa872",
name: "Time Series Experiment",
initials: "TS",
iconColor: "#000",
iconHoverColor: "#777"
},
schema: {
dataSchema: {
Expand Down

0 comments on commit c1cda90

Please sign in to comment.