Skip to content

Commit 3368c82

Browse files
committed
Rename test method for clarity
1 parent fdb5017 commit 3368c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_dbapi_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1009,7 +1009,7 @@ def test_use_catalog_schema(trino_connection):
10091009

10101010

10111011
@pytest.mark.skipif(trino_version() == '351', reason="current_catalog not supported in older Trino versions")
1012-
def test_use_catalog(run_trino):
1012+
def test_use_schema(run_trino):
10131013
_, host, port = run_trino
10141014

10151015
trino_connection = trino.dbapi.Connection(

0 commit comments

Comments
 (0)