Fix whitespace for async test detection

Presumably since Python is whitespace-sensitive, this is actually quite important?
This commit is contained in:
Domenic Denicola 2014-12-01 15:46:46 -05:00
parent dd243a757c
commit 2a01b54bb4
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ class TestCase(object):
return 'noStrict' in self.testRecord
def IsAsyncTest(self):
return '$DONE' in self.test
return '$DONE' in self.test
def GetIncludeList(self):
if self.testRecord.get('includes'):