summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorchohner <mail@chohner.com>2021-04-07 20:53:20 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-07 22:10:49 +0200
commitab094aef2504d9603b8332607298242db8968335 (patch)
tree2e7028767aa5743ff5b984d2aa97bb4688b98fb8 /tests
parentb6ce99bb8158c4ac05ae7f0bd6fd12c6cdbeaa11 (diff)
downloadpylint-git-ab094aef2504d9603b8332607298242db8968335.tar.gz
pass if score equals fail_under
Diffstat (limited to 'tests')
-rw-r--r--tests/test_self.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_self.py b/tests/test_self.py
index a6d4ed442..1a8acc969 100644
--- a/tests/test_self.py
+++ b/tests/test_self.py
@@ -665,7 +665,7 @@ class TestRunTC:
"--enable=all",
join(HERE, "regrtest_data", "fail_under_plus6.py"),
],
- code=0,
+ code=16,
)
self._runtest(
[