Skip to content

Commit

Permalink
DecimalTestCase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xzkostyan committed Feb 24, 2019
1 parent d75ab85 commit 787f1a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/columns/test_decimal.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ def cli_client_kwargs(self):
if self.stable_support_version > current:
return {'allow_experimental_decimal_type': 1}

return {}

@require_server_version(18, 12, 13)
def test_simple(self):
with self.create_table('a Decimal(9, 5)', **self.cli_client_kwargs()):
Expand Down

0 comments on commit 787f1a3

Please sign in to comment.