Skip to content

Commit 20b2283

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 593bdf1 commit 20b2283

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

14721472

14731473
@pytest.mark.parametrize("generator", [["noidsuffix"]], indirect=True)
1474-
def test_named_foreign_key_constraints_with_noidsuffix(generator: CodeGenerator) -> None:
1474+
def test_named_foreign_key_constraints_with_noidsuffix(
1475+
generator: CodeGenerator,
1476+
) -> None:
14751477
Table(
14761478
"simple_items",
14771479
generator.metadata,
@@ -1523,6 +1525,7 @@ class SimpleItems(Base):
15231525
""",
15241526
)
15251527

1528+
15261529
# @pytest.mark.xfail(strict=True)
15271530
def test_colname_import_conflict(generator: CodeGenerator) -> None:
15281531
Table(

0 commit comments

Comments
 (0)