summaryrefslogtreecommitdiff
path: root/testing/test_capture.py
diff options
context:
space:
mode:
authorMarcoGorelli <m.e.gorelli@gmail.com>2019-10-27 15:02:37 +0000
committerMarcoGorelli <m.e.gorelli@gmail.com>2019-10-27 15:16:24 +0000
commitd863c30c743138ed29cdf786cb18c41c24983fe1 (patch)
treee5e2a70c3dc09dc0f13a8278b8ec7497dfef30b4 /testing/test_capture.py
parentcbc39dd86ecfc7ebfd25756f42adf4b9ef1121fc (diff)
downloadpytest-d863c30c743138ed29cdf786cb18c41c24983fe1.tar.gz
Fix plurality mismatch for and in pytest terminal summary
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 eb55093bb..a51dfea30 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*",
]
)