Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Feb 4, 2024
1 parent 839fb2d commit 6cd233e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import full_match

def test_something():
with pytest.raises(AssertionError, match='Regex pattern did not match.'):
with pytest.raises(ValueError, match=full_match('Some message.')): #
with pytest.raises(ValueError, match=full_match('Some message.')):
raise ValueError('XXSome message.XX')
```

Expand Down

0 comments on commit 6cd233e

Please sign in to comment.