Sfoglia il codice sorgente

fixup: fix SELFTEST_COUNT

Thomas Waldmann 3 anni fa
parent
commit
ce72a87f2d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/borg/selftest.py

+ 1 - 1
src/borg/selftest.py

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