diff options
Diffstat (limited to 'test/sql/constraints.py')
-rw-r--r-- | test/sql/constraints.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sql/constraints.py b/test/sql/constraints.py index c9b52da7c..d019aa037 100644 --- a/test/sql/constraints.py +++ b/test/sql/constraints.py @@ -29,7 +29,7 @@ class ConstraintTest(TestBase, AssertsExecutionResults): ForeignKeyConstraint(['emp_id', 'emp_soc'], ['employees.id', 'employees.soc']) ) metadata.create_all() - + def test_double_fk_usage_raises(self): f = ForeignKey('b.id') |