update test
This commit is contained in:
parent
e8a8c6c096
commit
ecd19a6705
1 changed files with 1 additions and 2 deletions
|
|
@ -119,5 +119,4 @@ def test_prefile_read():
|
|||
|
||||
def test_no_prefile():
|
||||
prefile = Prefile("foo-pre-file-not-found", "post")
|
||||
with pytest.raises(FileNotFoundError):
|
||||
prefile.read()
|
||||
assert prefile.read() is None
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue