Skip to content

Commit

Permalink
Update docstring to reflect test
Browse files Browse the repository at this point in the history
Signed-off-by: Ahdra Merali <[email protected]>
  • Loading branch information
Ahdra Merali committed Mar 13, 2024
1 parent ee6ed6a commit 9a4963f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/config/test_omegaconf_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,8 @@ def test_empty_catalog_file(self, tmp_path):
)["catalog"]
assert catalog == {}

def test_overlapping_patterns(self, tmp_path, mocker):
"""Check that same configuration file is not loaded more than once."""
def test_overlapping_patterns(self, tmp_path):
"""Check that configuration is loaded correctly from overlapping patterns."""
_write_yaml(
tmp_path / _BASE_ENV / "catalog0.yml",
{"env": _BASE_ENV, "common": "common"},
Expand Down

0 comments on commit 9a4963f

Please sign in to comment.