Skip to content

Commit

Permalink
Replace wrong matching fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Feb 10, 2023
1 parent b0f497d commit 13197aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/eko/io/test_exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@

def test_oplocerr():
p = pathlib.Path.home() / "path" / "to" / "missing" / "eko.tar"
with pytest.raises(exceptions.OperatorLocationError, match="not-found"):
with pytest.raises(exceptions.OperatorLocationError, match="missing"):
raise exceptions.OperatorLocationError(p)

0 comments on commit 13197aa

Please sign in to comment.