Skip to content

Commit 60c2bb2

Browse files
committed
Try nightlies 27th and 28th
1 parent fce2f43 commit 60c2bb2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/bwc/test_upgrade.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@ class MetaDataCompatibilityTest(NodeProvider, unittest.TestCase):
192192
VersionDef('2.3.x', []),
193193
VersionDef('3.3.x', []),
194194
VersionDef('6.0.0', []),
195-
VersionDef('crate-6.2.0-2025-11-03-00-02-bc4b21d', []),
195+
VersionDef('crate-6.2.0-2025-10-27-00-02-186b705', []),
196+
VersionDef('crate-6.2.0-2025-10-28-00-02-31d7a23', []),
196197
)
197198

198199
def test_metadata_compatibility(self):

0 commit comments

Comments
 (0)