Merge pull request #50306 from helifu/master1

Fix a typo
This commit is contained in:
Han Fei 2023-05-29 10:34:38 +02:00 committed by GitHub
commit 806ef08e5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,7 +183,7 @@ def test_postgres_conversions(started_cluster):
cursor.execute(f"DROP TABLE test_array_dimensions")
def test_non_default_scema(started_cluster):
def test_non_default_schema(started_cluster):
node1.query("DROP TABLE IF EXISTS test_pg_table_schema")
node1.query("DROP TABLE IF EXISTS test_pg_table_schema_with_dots")