mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-24 15:16:41 +00:00
Return the Deferred to make the test valid
This commit is contained in:
parent
f0734284e0
commit
b54a6e811b
@ -145,6 +145,7 @@ class CreateAlias(GridTestMixin, CLITestMixin, unittest.TestCase):
|
||||
self.failUnless("un-corrupted2" in aliases)
|
||||
self.failUnless(aliases["un-corrupted2"].startswith("URI:DIR2:"))
|
||||
d.addCallback(_check_not_corrupted)
|
||||
return d
|
||||
|
||||
def test_create_unicode(self):
|
||||
self.basedir = "cli/CreateAlias/create_unicode"
|
||||
|
Loading…
Reference in New Issue
Block a user