Skip to content

Commit 82b1499

Browse files
authored
fix: fixed required_server_version to v22.6.1 on json type (#325)
#317
1 parent 0589171 commit 82b1499

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/types/test_json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def test_create_table(self):
2828
class_name_func=class_name_func
2929
)
3030
class JSONTestCase(BaseTestCase):
31-
required_server_version = (22, 3, 2)
31+
required_server_version = (22, 6, 1)
3232

3333
table = Table(
3434
'test', BaseTestCase.metadata(),

0 commit comments

Comments
 (0)