We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 554fc71 + cdae1d5 commit f3436f0Copy full SHA for f3436f0
tests/test_external.py
@@ -119,8 +119,8 @@ def test_remove_fail():
119
(Simple & 'simple=2').delete()
120
listOfErrors = schema.external['local'].delete(delete_external_files=True)
121
assert len(listOfErrors) == 1, 'unexpected number of errors'
122
- assert len(schema.external['local'] & dict(hash=listOfErrors[0][0])) == 1, 'unexpec' + \
123
- 'number of rows in external table'
+ assert len(schema.external['local'] & dict(hash=listOfErrors[0][0])) == 1, \
+ 'unexpected number of rows in external table'
124
# ---------------------CLEAN UP--------------------
125
os.chmod(path1, currentMode)
126
0 commit comments