Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit 53472d7

Browse files
committed
updates name of test to match upstream refactor
1 parent 37d7dbf commit 53472d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/sqlalchemy_dialect_compliance/test_dialect_compliance.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
)
5656

5757
from sqlalchemy.testing.suite.test_reflection import (
58-
BizarroCharacterFKResolutionTest,
58+
BizarroCharacterTest,
5959
ComponentReflectionTest,
6060
HasTableTest,
6161
)
@@ -629,7 +629,7 @@ def test_no_results_for_non_returning_insert(cls):
629629
# pass
630630

631631
del ArrayTest # only appears to apply to postgresql
632-
del BizarroCharacterFKResolutionTest
632+
del BizarroCharacterTest
633633
del HasTableTest.test_has_table_cache # TODO confirm whether BQ has table caching
634634
del DistinctOnTest # expects unquoted table names.
635635
del HasIndexTest # BQ doesn't do the indexes that SQLA is loooking for.

0 commit comments

Comments
 (0)