[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:
committed by
Space Team
parent
53cbeb8edc
commit
9e8be97fbb
+2
-1
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user