File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -430,7 +430,7 @@ class UnifiedSpecTestMixinV1(AsyncIntegrationTest):
430430 a class attribute ``TEST_SPEC``.
431431 """
432432
433- SCHEMA_VERSION = Version .from_string ("1.22 " )
433+ SCHEMA_VERSION = Version .from_string ("1.28 " )
434434 RUN_ON_LOAD_BALANCER = True
435435 TEST_SPEC : Any
436436 TEST_PATH = "" # This gets filled in by generate_test_classes
Original file line number Diff line number Diff line change @@ -429,7 +429,7 @@ class UnifiedSpecTestMixinV1(IntegrationTest):
429429 a class attribute ``TEST_SPEC``.
430430 """
431431
432- SCHEMA_VERSION = Version .from_string ("1.22 " )
432+ SCHEMA_VERSION = Version .from_string ("1.28 " )
433433 RUN_ON_LOAD_BALANCER = True
434434 TEST_SPEC : Any
435435 TEST_PATH = "" # This gets filled in by generate_test_classes
You can’t perform that action at this time.
0 commit comments