Fix test case for Python 2.

pull/8/merge
Khushboo Vashi 2018-03-08 10:21:24 +00:00 committed by Dave Page
parent e577859ed2
commit 7796a47b12
1 changed files with 2 additions and 2 deletions

View File

@ -529,6 +529,6 @@ class StartRunningQueryTest(BaseTestGenerator):
def tearDown(self):
# Reset methods to the original state
StartRunningQuery.is_rollback_statement_required = \
self.is_rollback_statement_required
staticmethod(self.is_rollback_statement_required)
StartRunningQuery.is_rollback_statement_required = \
self.is_rollback_statement_required
staticmethod(self.is_rollback_statement_required)