mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2024-11-10 19:36:33 +03:00
re-enable decimals tests
This commit is contained in:
parent
475492a65f
commit
bfceeb56e5
|
@ -13,7 +13,7 @@ class DecimalFieldsTest(unittest.TestCase):
|
|||
|
||||
def setUp(self):
|
||||
self.database = Database('test-db')
|
||||
self.database.add_setting('allow_experimental_decimal_typez', 1)
|
||||
self.database.add_setting('allow_experimental_decimal_type', 1)
|
||||
try:
|
||||
self.database.create_table(DecimalModel)
|
||||
except ServerError as e:
|
||||
|
|
Loading…
Reference in New Issue
Block a user