1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-21 13:47:16 +00:00

fixup: fix SELFTEST_COUNT

This commit is contained in:
Thomas Waldmann 2022-03-05 22:26:04 +01:00
parent 41536f9f79
commit 862eefb96d

View file

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