Skip to content

Commit f84bf02

Browse files
Migrate all func_noerror_* to new functional tests
1 parent 48d3668 commit f84bf02

26 files changed

+1
-1
lines changed

tests/test_func.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def gen_tests(filter_rgx):
120120
tests.append((module_file, messages_file, dependencies))
121121
if UPDATE_FILE.exists():
122122
return tests
123-
assert len(tests) < 49, "Please do not add new test cases here."
123+
assert len(tests) < 28, "Please do not add new test cases here."
124124
return tests
125125

126126

0 commit comments

Comments
 (0)