We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7acb601 commit bc5d6d8Copy full SHA for bc5d6d8
tests/test_mindlogger_data.py
@@ -34,7 +34,7 @@ def test_mindlogger_data_create_not_a_directory_raises_error(tmp_path: Path):
34
35
def test_mindlogger_data_create_empty_raises_error(tmp_path: Path):
36
"""MindloggerData.create should raise error for empty directory."""
37
- with pytest.raises(FileNotFoundError):
+ with pytest.raises(ValueError):
38
MindloggerData.create(tmp_path)
39
40
0 commit comments