Skip to content

Commit 74c7fff

Browse files
committed
schema version 1.26 -> 1.28
1 parent 5e043c4 commit 74c7fff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/asynchronous/unified_format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ class UnifiedSpecTestMixinV1(AsyncIntegrationTest):
477477
a class attribute ``TEST_SPEC``.
478478
"""
479479

480-
SCHEMA_VERSION = Version.from_string("1.26")
480+
SCHEMA_VERSION = Version.from_string("1.28")
481481
RUN_ON_LOAD_BALANCER = True
482482
TEST_SPEC: Any
483483
TEST_PATH = "" # This gets filled in by generate_test_classes

test/unified_format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ class UnifiedSpecTestMixinV1(IntegrationTest):
476476
a class attribute ``TEST_SPEC``.
477477
"""
478478

479-
SCHEMA_VERSION = Version.from_string("1.26")
479+
SCHEMA_VERSION = Version.from_string("1.28")
480480
RUN_ON_LOAD_BALANCER = True
481481
TEST_SPEC: Any
482482
TEST_PATH = "" # This gets filled in by generate_test_classes

0 commit comments

Comments
 (0)