Skip to content

Commit

Permalink
fix: fixed required_server_version to v22.6.1 on json type (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
akkuman authored Jul 22, 2024
1 parent 0589171 commit 82b1499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/types/test_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test_create_table(self):
class_name_func=class_name_func
)
class JSONTestCase(BaseTestCase):
required_server_version = (22, 3, 2)
required_server_version = (22, 6, 1)

table = Table(
'test', BaseTestCase.metadata(),
Expand Down

0 comments on commit 82b1499

Please sign in to comment.