Fixed CQ for tests.core module

This commit is contained in:
navjot 2020-11-09 21:29:57 +05:30
parent a9e9f25b5d
commit 5eff9d6a04
No known key found for this signature in database
GPG Key ID: 9EE70AFD71357F1C
1 changed files with 30 additions and 29 deletions

View File

@ -287,7 +287,8 @@ class TestCore(unittest.TestCase):
'', # retryNumber
'', # folder
'', # encoding
'', True)
'',
True)
for index in [0, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14]:
self.assertNotEqual(result[index], '')