Fixed CQ for tests.core module
This commit is contained in:
parent
a9e9f25b5d
commit
5eff9d6a04
|
@ -287,7 +287,8 @@ class TestCore(unittest.TestCase):
|
||||||
'', # retryNumber
|
'', # retryNumber
|
||||||
'', # folder
|
'', # folder
|
||||||
'', # encoding
|
'', # encoding
|
||||||
'', True)
|
'',
|
||||||
|
True)
|
||||||
for index in [0, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14]:
|
for index in [0, 2, 6, 7, 8, 9, 10, 11, 12, 13, 14]:
|
||||||
self.assertNotEqual(result[index], '')
|
self.assertNotEqual(result[index], '')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user