Skip to content

Commit

Permalink
Patched errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Olthoff231381 committed Aug 1, 2024
1 parent 7008e16 commit 46331dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailcom/test/test_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"))

0 comments on commit 46331dc

Please sign in to comment.