fix selftest count

This commit is contained in:
Thomas Waldmann 2022-06-14 15:17:30 +02:00
parent dc4a1e6d2d
commit f9132687e3
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ SELFTEST_CASES = [
ChunkerTestCase,
]
SELFTEST_COUNT = 37
SELFTEST_COUNT = 38
class SelfTestResult(TestResult):