Skip to content

Commit 14ba2e3

Browse files
committed
Changing 6.1.x > 6.1 makes the test pass
1 parent e1657b7 commit 14ba2e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/bwc/test_rolling_upgrade.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
UpgradePath('5.9.x', '5.10.x'),
4646
UpgradePath('5.10.x', '6.0.x'),
4747
UpgradePath('6.0.x', '6.0'),
48-
UpgradePath('6.0', '6.1.x'),
49-
UpgradePath('6.1.x', '6.1'),
48+
UpgradePath('6.0', '6.1'),
49+
UpgradePath('6.1', '6.1'),
5050
UpgradePath('6.1', 'latest-nightly'),
5151
)
5252

0 commit comments

Comments
 (0)