We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6678ee0 commit c1f929fCopy full SHA for c1f929f
1 file changed
tests/dialects/test_mysql.py
@@ -1685,11 +1685,7 @@ def test_ignore_respect_nulls(self):
1685
1686
def test_invisible_column(self):
1687
expr = self.parse_one("CREATE TABLE t (c INT INVISIBLE)")
1688
- self.assertIsNotNone(
1689
- expr.find(exp.InvisibleColumnConstraint)
1690
- )
+ self.assertIsNotNone(expr.find(exp.InvisibleColumnConstraint))
1691
1692
expr = self.parse_one("ALTER TABLE t ADD COLUMN c INT INVISIBLE")
1693
- self.assertIsInstance(
1694
1695
0 commit comments