Skip to content

Commit

Permalink
update test after changing default catalog config
Browse files Browse the repository at this point in the history
  • Loading branch information
jsheunis committed Apr 26, 2024
1 parent 476e1cc commit e6f5905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datalad_catalog/tests/test_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit e6f5905

Please sign in to comment.