style(android): wrap presence locale assertion

This commit is contained in:
Vincent Koc
2026-07-12 11:07:35 +02:00
parent 099c261541
commit d0ca7d2a24
@@ -142,7 +142,11 @@ class AppLanguageTest {
assertEquals("Micro désactivé · raw", retainedComposite.value)
assertEquals("Élevé", contextMeterThinkingLabel("high"))
assertEquals("adaptive", contextMeterThinkingLabel("adaptive"))
val androidRelease = Build.VERSION.RELEASE?.trim().orEmpty().ifEmpty { "unknown" }
val androidRelease =
Build.VERSION.RELEASE
?.trim()
.orEmpty()
.ifEmpty { "unknown" }
assertEquals(
"Android $androidRelease (SDK ${Build.VERSION.SDK_INT})",
NodePresenceAliveBeacon.androidPlatformLabel(),