Skip to content

Commit cf92d96

Browse files
Rename test table to avoid collisions with JDBC driver tests
Co-authored-by: Isaac Signed-off-by: Vikrant Puppala <vikrant.puppala@databricks.com>
1 parent c5a2e80 commit cf92d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/test_transactions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class TestTransactions:
3636
"""E2E tests for transaction control methods (MST support)."""
3737

3838
# Test table name
39-
TEST_TABLE_NAME = "transaction_test_table"
39+
TEST_TABLE_NAME = "pysql_transaction_test_table"
4040

4141
@pytest.fixture(autouse=True)
4242
def setup_and_teardown(self, connection_details):

0 commit comments

Comments
 (0)