Skip to content

Commit 9930e71

Browse files
Update test_data.py
a second time
1 parent 2b1da8d commit 9930e71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def test_valid_data_files(filepath):
1919
"""Test loading of all valid data files."""
2020
target_class_name = Path(filepath).stem.split("-")[0]
2121
tgt_class = getattr(
22-
src.catcore.datamodel.catcore,
22+
src.coremeta4cat.datamodel.coremeta4cat,
2323
target_class_name,
2424
)
2525
obj = yaml_loader.load(filepath, target_class=tgt_class)

0 commit comments

Comments
 (0)