mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-23 12:59:55 +00:00
change one more assertTrue to assertEquals
This commit is contained in:
parent
118e323b9e
commit
c02d8cab3a
@ -420,7 +420,7 @@ class Problems(GridTestMixin, AsyncTestCase, testutil.ShouldFailMixin):
|
||||
return self._node.download_version(servermap, ver)
|
||||
d.addCallback(_then)
|
||||
d.addCallback(lambda data:
|
||||
self.assertTrue(data, CONTENTS))
|
||||
self.assertEquals(data, CONTENTS))
|
||||
return d
|
||||
|
||||
def test_1654(self):
|
||||
|
Loading…
Reference in New Issue
Block a user