Skip to content

Commit

Permalink
Fix the test.
Browse files Browse the repository at this point in the history
  • Loading branch information
amjith committed Nov 10, 2024
1 parent a4807a4 commit b0c8769
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/test_smart_completion_public_schema_only.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,14 @@ def test_function_name_completion(completer, complete_event):
assert list(result) == list(
[
Completion(text="MAX", start_position=-2),
Completion(text="CHANGE MASTER TO", start_position=-2),
Completion(text="CURRENT_TIMESTAMP", start_position=-2),
Completion(text="DECIMAL", start_position=-2),
Completion(text="FORMAT", start_position=-2),
Completion(text="MASTER", start_position=-2),
Completion(text="PRIMARY", start_position=-2),
Completion(text="ROW_FORMAT", start_position=-2),
Completion(text="SMALLINT", start_position=-2),
]
)

Expand Down

0 comments on commit b0c8769

Please sign in to comment.