summaryrefslogtreecommitdiffstats
path: root/tests/test_smart_completion_public_schema_only.py
diff options
context:
space:
mode:
authorkoljonen <koljonen@outlook.com>2016-05-16 17:31:52 +0200
committerkoljonen <koljonen@outlook.com>2016-05-16 17:31:52 +0200
commit0af862f1ffb7501ca4e51c3299432027b1c3bccd (patch)
treeff8143fb0f0da480004a6ac1e450ed36be2ebed9 /tests/test_smart_completion_public_schema_only.py
parent6a28e49aaf9064e17c25464648a06464c3d3602a (diff)
Remove obsolete comments
Diffstat (limited to 'tests/test_smart_completion_public_schema_only.py')
-rw-r--r--tests/test_smart_completion_public_schema_only.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_smart_completion_public_schema_only.py b/tests/test_smart_completion_public_schema_only.py
index 7a1f573d..45c652d1 100644
--- a/tests/test_smart_completion_public_schema_only.py
+++ b/tests/test_smart_completion_public_schema_only.py
@@ -601,7 +601,6 @@ def test_wildcard_column_expansion_with_two_tables(completer, complete_event):
completions = completer.get_completions(
Document(text=sql, cursor_position=pos), complete_event)
- # The order of the tables is indeterministic, so allwo both possibilities
cols = ('"select".id, "select"."insert", "select"."ABC", '
'u.id, u.email, u.first_name, u.last_name')
expected = [Completion(text=cols, start_position=-1,