summaryrefslogtreecommitdiffstats
path: root/tests/test_smart_completion_public_schema_only.py
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2017-06-10 16:37:52 -0700
committerIrina Truong <i.chernyavska@gmail.com>2017-06-10 16:37:52 -0700
commit422ea6e649b66096fc89cb109fe2a4f5b6179678 (patch)
tree9629a4783780a88aa91586a49d29dda938516a2d /tests/test_smart_completion_public_schema_only.py
parentaea44a67fceac9dc76d584d8f2e5da1fa010ceeb (diff)
Fixed copypaste that should not have been checked in.
Diffstat (limited to 'tests/test_smart_completion_public_schema_only.py')
-rw-r--r--tests/test_smart_completion_public_schema_only.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/test_smart_completion_public_schema_only.py b/tests/test_smart_completion_public_schema_only.py
index 4c43dd23..71047262 100644
--- a/tests/test_smart_completion_public_schema_only.py
+++ b/tests/test_smart_completion_public_schema_only.py
@@ -862,14 +862,6 @@ def test_keyword_after_alter(completer):
@parametrize('completer', completers())
-def test_set_statement(completer):
- text = ('SET ')
- result = result_set(completer, text)
- expected = set([schema(u"'public'")])
- assert result == expected
-
-
-@parametrize('completer', completers())
def test_set_schema(completer):
text = ('SET SCHEMA ')
result = result_set(completer, text)