From 917739023a7acaae3645bbfd27ed454df3c5be33 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 20 Sep 2022 17:46:57 +0200 Subject: Adding upstream version 3.5.0. Signed-off-by: Daniel Baumann --- tests/test_sqlcompletion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_sqlcompletion.py') diff --git a/tests/test_sqlcompletion.py b/tests/test_sqlcompletion.py index 744fadb..1034bbe 100644 --- a/tests/test_sqlcompletion.py +++ b/tests/test_sqlcompletion.py @@ -844,7 +844,7 @@ def test_alter_column_type_suggests_types(): "CREATE FUNCTION foo (bar INT, baz ", "SELECT * FROM foo() AS bar (baz ", "SELECT * FROM foo() AS bar (baz INT, qux ", - # make sure this doesnt trigger special completion + # make sure this doesn't trigger special completion "CREATE TABLE foo (dt d", ], ) -- cgit v1.2.3