mirror of
https://github.com/borgbackup/borg.git
synced 2026-04-21 14:20:31 -04:00
fix selftest count
This commit is contained in:
parent
dc4a1e6d2d
commit
f9132687e3
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ SELFTEST_CASES = [
|
|||
ChunkerTestCase,
|
||||
]
|
||||
|
||||
SELFTEST_COUNT = 37
|
||||
SELFTEST_COUNT = 38
|
||||
|
||||
|
||||
class SelfTestResult(TestResult):
|
||||
|
|
|
|||
Loading…
Reference in a new issue