summaryrefslogtreecommitdiff
path: root/testsuite/test_api.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/test_api.py')
-rw-r--r--testsuite/test_api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/test_api.py b/testsuite/test_api.py
index 7a4097a..fba27c7 100644
--- a/testsuite/test_api.py
+++ b/testsuite/test_api.py
@@ -246,7 +246,7 @@ class APITestCase(unittest.TestCase):
pep8style = pep8.StyleGuide(paths=[E11])
# Default lists of checkers
- self.assertTrue(len(pep8style.options.physical_checks) > 5)
+ self.assertTrue(len(pep8style.options.physical_checks) > 4)
self.assertTrue(len(pep8style.options.logical_checks) > 10)
self.assertEqual(len(pep8style.options.ast_checks), 0)