aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_matching.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_matching.py')
-rw-r--r--tests/test_matching.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_matching.py b/tests/test_matching.py
index b9d7fae..eb54751 100644
--- a/tests/test_matching.py
+++ b/tests/test_matching.py
@@ -55,7 +55,7 @@ def test_simple_fuzzy_release_matcher(es_client, caplog):
"""
matcher = FuzzyReleaseMatcher(es=es_client)
Case = collections.namedtuple("Case", "about input release_year_padding expected")
- cases = yaml_to_cases(Case, "tests/files/simple_fuzzy_release_matcher/*.yaml")
+ cases = yaml_to_cases(Case, "tests/files/fuzzy_release_matcher/*.yaml")
for i, c in enumerate(cases):
matcher.release_year_padding = c.release_year_padding
entity = entity_from_json(c.input, ReleaseEntity)