mirror of
https://github.com/borgbackup/borg.git
synced 2026-03-24 19:34:23 -04:00
fixup: fix SELFTEST_COUNT
This commit is contained in:
parent
65ccbc2c69
commit
ce72a87f2d
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ SELFTEST_CASES = [
|
|||
ChunkerTestCase,
|
||||
]
|
||||
|
||||
SELFTEST_COUNT = 38
|
||||
SELFTEST_COUNT = 35
|
||||
|
||||
|
||||
class SelfTestResult(TestResult):
|
||||
|
|
|
|||
Loading…
Reference in a new issue