Skip to content

Commit cdae1d5

Browse files
Update tests/test_external.py
Co-authored-by: Raphael Guzman <[email protected]>
1 parent b15fe43 commit cdae1d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_external.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ def test_remove_fail():
119119
(Simple & 'simple=2').delete()
120120
listOfErrors = schema.external['local'].delete(delete_external_files=True)
121121
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'
122+
assert len(schema.external['local'] & dict(hash=listOfErrors[0][0])) == 1, \
123+
'unexpected number of rows in external table'
124124
# ---------------------CLEAN UP--------------------
125125
os.chmod(path1, currentMode)
126126
listOfErrors = schema.external['local'].delete(delete_external_files=True)

0 commit comments

Comments
 (0)