mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 21:07:01 -06:00
style(android): wrap presence locale assertion
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user