From 9ae3f2074f1e4f0dd79d839d6c4dd5f87b4ab249 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Wed, 17 Mar 2021 14:34:19 -0400 Subject: [PATCH] use the inherited implementation! --- src/allmydata/test/test_repairer.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/allmydata/test/test_repairer.py b/src/allmydata/test/test_repairer.py index 63a54a505..88696000c 100644 --- a/src/allmydata/test/test_repairer.py +++ b/src/allmydata/test/test_repairer.py @@ -30,9 +30,6 @@ MAX_DELTA_READS = 10 * READ_LEEWAY # N = 10 timeout=240 # François's ARM box timed out after 120 seconds of Verifier.test_corrupt_crypttext_hashtree class RepairTestMixin(object): - def failUnlessIsInstance(self, x, xtype): - self.failUnless(isinstance(x, xtype), x) - def _count_reads(self): sum_of_read_counts = 0 for (i, ss, storedir) in self.iterate_servers():