sq return not yield, run on clear field

This commit is contained in:
hackrush 2018-08-17 00:43:19 +05:30 committed by Jack Robison
parent 5afd446bb3
commit daae0b2836
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -31,9 +31,8 @@ class CLIIntegrationTest(unittest.TestCase):
self.daemon = Daemon()
yield self.daemon.start_listening()
@defer.inlineCallbacks
def tearDown(self):
yield self.daemon._shutdown()
return self.daemon._shutdown()
class AuthenticatedCLITest(CLIIntegrationTest):