Skip to content

Commit bc5d6d8

Browse files
committed
fix mindlogger data load test
1 parent 7acb601 commit bc5d6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_mindlogger_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def test_mindlogger_data_create_not_a_directory_raises_error(tmp_path: Path):
3434

3535
def test_mindlogger_data_create_empty_raises_error(tmp_path: Path):
3636
"""MindloggerData.create should raise error for empty directory."""
37-
with pytest.raises(FileNotFoundError):
37+
with pytest.raises(ValueError):
3838
MindloggerData.create(tmp_path)
3939

4040

0 commit comments

Comments
 (0)