Skip to content

Commit a47b971

Browse files
fixup 2
1 parent 535beb9 commit a47b971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/recwarn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def found_str():
290290
else:
291291
fail(
292292
f"""\
293-
DID NOT WARN. No warnings of type {self.expected_warning} matching the regex was emitted.
293+
DID NOT WARN. No warnings of type {self.expected_warning} matching the regex were emitted.
294294
The regex is: {self.match_expr!r}
295295
The list of emitted warnings is: {found_str()}"""
296296
)

0 commit comments

Comments
 (0)