Skip to content

Commit

Permalink
fix: Download test broken after merge
Browse files Browse the repository at this point in the history
There were two PRs in parallel with the download PR and the other PR added fields to data used in the download test which then broke after the other PR was merged.
  • Loading branch information
dougmartin committed Jun 24, 2024
1 parent 89143e3 commit 6cea5ea
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 6cea5ea

Please sign in to comment.