mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-08 19:34:18 +00:00
Fix Eliot logging for setUp
This commit is contained in:
parent
9abec67e43
commit
f0f478195d
@ -1477,10 +1477,10 @@ class SingleMagicFolderTestMixin(MagicFolderCLITestMixin, ShouldFailMixin, Reall
|
||||
from foolscap.eventual import flushEventualQueue
|
||||
self.addCleanup(flushEventualQueue)
|
||||
|
||||
d = self.create_invite_join_magic_folder(self.alice_nickname, self.local_dir)
|
||||
d = DeferredContext(self.create_invite_join_magic_folder(self.alice_nickname, self.local_dir))
|
||||
d.addCallback(self._restart_client)
|
||||
# note: _restart_client ultimately sets self.magicfolder to not-None
|
||||
return d
|
||||
return d.result
|
||||
|
||||
def tearDown(self):
|
||||
d = super(SingleMagicFolderTestMixin, self).tearDown()
|
||||
|
Loading…
x
Reference in New Issue
Block a user