forked from LBRYCommunity/lbry-sdk
sq return not yield, run on clear field
This commit is contained in:
parent
5afd446bb3
commit
daae0b2836
1 changed files with 1 additions and 2 deletions
|
@ -31,9 +31,8 @@ class CLIIntegrationTest(unittest.TestCase):
|
||||||
self.daemon = Daemon()
|
self.daemon = Daemon()
|
||||||
yield self.daemon.start_listening()
|
yield self.daemon.start_listening()
|
||||||
|
|
||||||
@defer.inlineCallbacks
|
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
yield self.daemon._shutdown()
|
return self.daemon._shutdown()
|
||||||
|
|
||||||
|
|
||||||
class AuthenticatedCLITest(CLIIntegrationTest):
|
class AuthenticatedCLITest(CLIIntegrationTest):
|
||||||
|
|
Loading…
Add table
Reference in a new issue