mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 10:01:54 +00:00
Unbreak Python 2.
This commit is contained in:
parent
74c08883f5
commit
baa2cff29c
@ -1112,7 +1112,7 @@ class Grid(GridTestMixin, WebErrorMixin, ShouldFailMixin, testutil.ReallyEqualMi
|
||||
"severe corruption. You should perform a filecheck on "
|
||||
"this object to learn more. The full error message is: "
|
||||
"no shares (need 3). Last failure: None")
|
||||
self.failUnlessReallyEqual(exp, body)
|
||||
self.assertEqual(exp, body)
|
||||
d.addCallback(_check_zero_shares)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user