mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-26 04:15:48 -06:00
style(android): format approval assertion
This commit is contained in:
@@ -79,7 +79,12 @@ class GatewayExecApprovalRuntimeTest {
|
||||
delay(50)
|
||||
|
||||
assertEquals(0, requestCount)
|
||||
assertEquals("instance:replacement", runtime.execApprovals.value.single().instanceId)
|
||||
assertEquals(
|
||||
"instance:replacement",
|
||||
runtime.execApprovals.value
|
||||
.single()
|
||||
.instanceId,
|
||||
)
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user