summaryrefslogtreecommitdiff
path: root/testing/test_capture.py
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-10-28 17:03:15 +0100
committerGitHub <noreply@github.com>2019-10-28 17:03:15 +0100
commitcdc53da19c586e62fc17900c77165fcb1592257c (patch)
treef9c088d39e92e722a99d5ef4dfc63cc0b34d63ce /testing/test_capture.py
parente7898dedf40c294faceee25963183c61c745e976 (diff)
parentd863c30c743138ed29cdf786cb18c41c24983fe1 (diff)
downloadpytest-cdc53da19c586e62fc17900c77165fcb1592257c.tar.gz
Merge pull request #5990 from MarcoGorelli/plurality-matching
Plurality matching
Diffstat (limited to 'testing/test_capture.py')
-rw-r--r--testing/test_capture.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/test_capture.py b/testing/test_capture.py
index 4320a7cae..67aa0c77e 100644
--- a/testing/test_capture.py
+++ b/testing/test_capture.py
@@ -453,7 +453,7 @@ class TestCaptureFixture:
"E*capfd*capsys*same*time*",
"*ERROR*setup*test_two*",
"E*capsys*capfd*same*time*",
- "*2 error*",
+ "*2 errors*",
]
)