From 6cea5ea04463ff617659c018fb8e37f26edc6795 Mon Sep 17 00:00:00 2001 From: Doug Martin Date: Mon, 24 Jun 2024 07:01:31 -0400 Subject: [PATCH] fix: Download test broken after merge 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. --- src/lara-app/utils/download-csv.test.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/lara-app/utils/download-csv.test.ts b/src/lara-app/utils/download-csv.test.ts index 7fdf4a7..9e7e4e5 100644 --- a/src/lara-app/utils/download-csv.test.ts +++ b/src/lara-app/utils/download-csv.test.ts @@ -7,6 +7,8 @@ const tabularExperiment: IExperiment = { uuid: "59f660d6-0593-4f6a-9d54-35caed536095", name: "Tabular Experiment", initials: "TE", + iconColor: "#000", + iconHoverColor: "#777" }, schema: { dataSchema: { @@ -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: {