Unbreak Python 2.

This commit is contained in:
Itamar Turner-Trauring 2020-12-22 13:14:18 -05:00
parent 74c08883f5
commit baa2cff29c

View File

@ -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)