summaryrefslogtreecommitdiff
path: root/tests/test_func.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_func.py')
-rw-r--r--tests/test_func.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_func.py b/tests/test_func.py
index 24c8ae6b2..6e3a86c2b 100644
--- a/tests/test_func.py
+++ b/tests/test_func.py
@@ -120,7 +120,7 @@ def gen_tests(filter_rgx):
tests.append((module_file, messages_file, dependencies))
if UPDATE_FILE.exists():
return tests
- assert len(tests) < 15, "Please do not add new test cases here."
+ assert len(tests) < 14, "Please do not add new test cases here."
return tests