Skip to content

Commit

Permalink
Fix #317
Browse files Browse the repository at this point in the history
  • Loading branch information
xzkostyan committed Jul 10, 2024
1 parent e0f0f6e commit 0589171
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/types/test_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ def test_create_table(self):
class_name_func=class_name_func
)
class JSONTestCase(BaseTestCase):
required_server_version = (22, 3, 2)

table = Table(
'test', BaseTestCase.metadata(),
Column('x', types.JSON),
Expand Down

0 comments on commit 0589171

Please sign in to comment.