Skip to content

Commit

Permalink
fixup 2
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyPfannschmidt committed Oct 10, 2021
1 parent 535beb9 commit a47b971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_pytest/recwarn.py
Expand Up @@ -290,7 +290,7 @@ def found_str():
else:
fail(
f"""\
DID NOT WARN. No warnings of type {self.expected_warning} matching the regex was emitted.
DID NOT WARN. No warnings of type {self.expected_warning} matching the regex were emitted.
The regex is: {self.match_expr!r}
The list of emitted warnings is: {found_str()}"""
)

0 comments on commit a47b971

Please sign in to comment.