test/fixed the failed tests

This commit is contained in:
hongwei 2022-09-15 09:30:08 +02:00
parent e386a669e1
commit da4be1dd93

View File

@ -20,6 +20,6 @@ class ApiVersionUtilsTest extends V400ServerSetup {
versions.map(version => ApiVersionUtils.valueOf(version.fullyQualifiedVersion))
//NOTE, when we added the new version, better fix this number manually. and also check the versions
versions.length shouldBe(23)
versions.length shouldBe(24)
}}
}