fixup: fix SELFTEST_COUNT

This commit is contained in:
Thomas Waldmann 2022-03-05 22:26:04 +01:00
parent 41536f9f79
commit 862eefb96d
1 changed files with 1 additions and 1 deletions

View File

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