test/ApiVersionUtilsTest: Update expected version count to 25

This commit is contained in:
hongwei 2025-12-19 09:06:24 +01:00 committed by simonredfern
parent 46bf0ddcfe
commit 2ab1f4ff3e

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(24)
versions.length shouldBe(25)
}}
}