From e6f59052299f3a06f0a2fa6a9c7ffe750598dd96 Mon Sep 17 00:00:00 2001 From: Stephan Heunis Date: Fri, 26 Apr 2024 08:40:06 +0200 Subject: [PATCH] update test after changing default catalog config --- datalad_catalog/tests/test_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datalad_catalog/tests/test_config.py b/datalad_catalog/tests/test_config.py index 5badc660..96ee38a0 100644 --- a/datalad_catalog/tests/test_config.py +++ b/datalad_catalog/tests/test_config.py @@ -74,7 +74,7 @@ def test_config_without_file(demo_catalog_without_config): assert demo_catalog_without_config.config_path == default_config_path assert hasattr(demo_catalog_without_config, "config") assert demo_catalog_without_config.config is not None - assert demo_catalog_without_config.config[CATALOG_NAME] == "DataCat" + assert demo_catalog_without_config.config[CATALOG_NAME] == "DataCat Demo" def test_dataset_config(tmp_path):