Skip to content

Commit cebf764

Browse files
committed
bug fixing
1 parent d4b033e commit cebf764

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def _expected_static_cache_state(root_dir: Path) -> list[Path]:
228228
res_paths.extend(
229229
[
230230
tmp_p / "datasplits.arff",
231-
tmp_p / "task.xml",
231+
tmp_p / "body.bin",
232232
]
233233
)
234234

0 commit comments

Comments
 (0)