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.
1 parent c732bae commit 08c7b65Copy full SHA for 08c7b65
astroquery/eso/tests/test_eso.py
@@ -309,7 +309,7 @@ def test_tap_url():
309
("' > 1.23 '", "= ' > 1.23 '"),
310
("likewise", "= 'likewise'"),
311
("INfinity", "= 'INfinity'"),
312
- ("like'%John%'", "= 'like'%John%''"), #pathologic case
+ ("like'%John%'", "= 'like'%John%''"), # pathologic case
313
314
# Ill-formed queries: Operator, but not sanitized. Expected to be passed through as-is
315
("like %John%", "like %John%"),
0 commit comments