diff --git a/mailcom/test/test_parse.py b/mailcom/test/test_parse.py index 1818fa1..28b0d9e 100644 --- a/mailcom/test/test_parse.py +++ b/mailcom/test/test_parse.py @@ -16,6 +16,6 @@ def test_make_dir(tmpdir): make_dir(str(mydir)) assert mydir.check() -def test_check_dir_fail(tempdir): +def test_check_dir_fail(): with pytest.raises(OSError): check_dir(str("mydir")) \ No newline at end of file