Skip to content

Commit 2207a1c

Browse files
committed
rerun around jul23
1 parent cd66265 commit 2207a1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/bwc/test_upgrade.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ class MetaDataCompatibilityTest(NodeProvider, unittest.TestCase):
191191
SUPPORTED_VERSIONS = (
192192
VersionDef('2.3.x', []),
193193
VersionDef('3.3.x', []),
194-
VersionDef('branch:jeeminso/temp-10', []),
194+
VersionDef('branch:jeeminso/temp-8', []),
195195
)
196196

197197
def test_metadata_compatibility(self):
@@ -260,5 +260,5 @@ def assert_meta_data(self, version_def, nodes, data_paths=None):
260260
FROM sys.privileges
261261
ORDER BY class, grantee, ident, state, type
262262
''')
263-
263+
264264
self._process_on_stop()

0 commit comments

Comments
 (0)