Skip to content

Commit fce2f43

Browse files
committed
try crate-6.2.0-2025-11-03-00-02-bc4b21d
1 parent 45e7627 commit fce2f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bwc/test_upgrade.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ class MetaDataCompatibilityTest(NodeProvider, unittest.TestCase):
192192
VersionDef('2.3.x', []),
193193
VersionDef('3.3.x', []),
194194
VersionDef('6.0.0', []),
195-
VersionDef('latest-nightly', []),
195+
VersionDef('crate-6.2.0-2025-11-03-00-02-bc4b21d', []),
196196
)
197197

198198
def test_metadata_compatibility(self):

0 commit comments

Comments
 (0)