From 004cffc2d70cd7b8f2730755edaa54744a793acf Mon Sep 17 00:00:00 2001 From: Lingyi Zhang Date: Tue, 12 Dec 2023 13:57:58 -0500 Subject: [PATCH] update unit test --- .../unit/vizro/integrations/kedro/fixtures/test_catalog.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vizro-core/tests/unit/vizro/integrations/kedro/fixtures/test_catalog.yaml b/vizro-core/tests/unit/vizro/integrations/kedro/fixtures/test_catalog.yaml index 76426f741..8ae6ef952 100644 --- a/vizro-core/tests/unit/vizro/integrations/kedro/fixtures/test_catalog.yaml +++ b/vizro-core/tests/unit/vizro/integrations/kedro/fixtures/test_catalog.yaml @@ -1,7 +1,7 @@ companies: - type: pandas.JSONDataSet + type: pandas.JSONDataset filepath: companies.json reviews: - type: pickle.PickleDataSet + type: pickle.PickleDataset filepath: reviews.pkl