diff --git a/tests/test_tidb_auto_random.py b/tests/test_tidb_auto_random.py index 2ee1266..297d9ac 100644 --- a/tests/test_tidb_auto_random.py +++ b/tests/test_tidb_auto_random.py @@ -181,7 +181,8 @@ def test_rel_db_type(self): ) else: self.assertEqual( - self.rel_db_type_class().db_type(connection), "bigint AUTO_RANDOM(5, 64)" + self.rel_db_type_class().db_type(connection), + "bigint AUTO_RANDOM(5, 64)", )