Skip to content

Commit 32e6ea4

Browse files
committed
PMM-13477 Fix fcv tests.
1 parent f33a9ce commit 32e6ea4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

exporter/feature_compatibility_version_collector_test.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@ func TestFCVCollector(t *testing.T) {
5555
mversion = "4.4"
5656
case mmv == "4.4":
5757
mversion = "4.2"
58+
case mmv == "6.0":
59+
mversion = "5.0"
60+
case mmv == "7.0":
61+
mversion = "6.0"
62+
case mmv == "8.0":
63+
mversion = "7.0"
64+
default:
65+
mversion = mmv
5866
}
5967

6068
// The last \n at the end of this string is important

0 commit comments

Comments
 (0)