Skip to content

Commit 0f331d5

Browse files
pre-commit-ci[bot]sheinbergon
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent fc63372 commit 0f331d5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/test_generator_declarative.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1564,7 +1564,9 @@ class SimpleItems(Base):
15641564

15651565

15661566
@pytest.mark.parametrize("generator", [["noidsuffix"]], indirect=True)
1567-
def test_named_foreign_key_constraints_with_noidsuffix(generator: CodeGenerator) -> None:
1567+
def test_named_foreign_key_constraints_with_noidsuffix(
1568+
generator: CodeGenerator,
1569+
) -> None:
15681570
Table(
15691571
"simple_items",
15701572
generator.metadata,
@@ -1616,6 +1618,7 @@ class SimpleItems(Base):
16161618
""",
16171619
)
16181620

1621+
16191622
# @pytest.mark.xfail(strict=True)
16201623
def test_colname_import_conflict(generator: CodeGenerator) -> None:
16211624
Table(

0 commit comments

Comments
 (0)