Skip to content

Commit 51ef092

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 be95e38 commit 51ef092

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
@@ -1479,7 +1479,9 @@ class SimpleItems(Base):
14791479

14801480

14811481
@pytest.mark.parametrize("generator", [["noidsuffix"]], indirect=True)
1482-
def test_named_foreign_key_constraints_with_noidsuffix(generator: CodeGenerator) -> None:
1482+
def test_named_foreign_key_constraints_with_noidsuffix(
1483+
generator: CodeGenerator,
1484+
) -> None:
14831485
Table(
14841486
"simple_items",
14851487
generator.metadata,
@@ -1531,6 +1533,7 @@ class SimpleItems(Base):
15311533
""",
15321534
)
15331535

1536+
15341537
# @pytest.mark.xfail(strict=True)
15351538
def test_colname_import_conflict(generator: CodeGenerator) -> None:
15361539
Table(

0 commit comments

Comments
 (0)