Skip to content

Commit ac381f3

Browse files
change test name in example script
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent d80ea49 commit ac381f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/experimental/sea_connector_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
logger = logging.getLogger(__name__)
88

99

10-
def test_sea_query_execution_with_compression():
10+
def test_sea_query_exec():
1111
"""
1212
Test executing a query using the SEA backend with result compression.
1313
@@ -159,4 +159,4 @@ def test_sea_session():
159159
test_sea_session()
160160

161161
# Test query execution with compression
162-
test_sea_query_execution_with_compression()
162+
test_sea_query_exec()

0 commit comments

Comments
 (0)