Skip to content

Commit

Permalink
add new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Mar 22, 2023
1 parent bc28c8a commit 9c4178c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/functional/adapter/test_constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def data_types(self, int_type, schema_int_type, string_type):
["""TO_VARIANT(PARSE_JSON('{"key3": "value3", "key4": "value4"}'))""", 'variant', 'VARIANT'],
]


class TestSnowflakeTableConstraintsColumnsEqual(SnowflakeColumnEqualSetup, BaseTableConstraintsColumnsEqual):
pass

Expand All @@ -65,6 +66,7 @@ class TestSnowflakeViewConstraintsColumnsEqual(SnowflakeColumnEqualSetup, BaseVi
class TestSnowflakeIncrementalConstraintsColumnsEqual(SnowflakeColumnEqualSetup, BaseIncrementalConstraintsColumnsEqual):
pass


class TestSnowflakeTableConstraintsDdlEnforcement(BaseConstraintsRuntimeDdlEnforcement):
@pytest.fixture(scope="class")
def expected_sql(self):
Expand All @@ -86,4 +88,4 @@ def expected_error_messages(self):
class TestSnowflakeIncrementalConstraintsRollback(BaseIncrementalConstraintsRollback):
@pytest.fixture(scope="class")
def expected_error_messages(self):
return ["NULL result in a non-nullable column"]
return ["NULL result in a non-nullable column"]

0 comments on commit 9c4178c

Please sign in to comment.