[tests] Adjust ModuleChangesCatchingTest after removing K/N targets (7/8)

MPP_PLATFORMS has changed due to removal of deprecated K/N targets,
so the version and hashes had to be updated

^KT-64517
This commit is contained in:
Dmitry Savvinov
2024-03-06 16:10:09 +01:00
committed by Space Team
parent 53cbeb8edc
commit 9e8be97fbb
2 changed files with 4 additions and 3 deletions
@@ -85,6 +85,7 @@ enum class StringMetrics(val type: StringOverridePolicy, val anonymization: Stri
JS_PROPERTY_LAZY_INITIALIZATION(CONCAT, AllowedListAnonymizer(listOf("true", "false")));
companion object {
const val VERSION = 1
// Version 2: removed deprecated K/N targets from MPP_PLATFORMS
const val VERSION = 2
}
}