mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
style: spotlessApply formatting
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
parent
e0a946e427
commit
8823995648
1 changed files with 1 additions and 3 deletions
|
|
@ -166,9 +166,7 @@ class BleRadioTransportTest {
|
|||
// Transient disconnects (isPermanent = false) are expected once the failure threshold is hit;
|
||||
// the policy must NEVER signal a permanent disconnect on its own. Only explicit close()
|
||||
// (verified separately by the service layer) may emit isPermanent = true.
|
||||
verify(mode = VerifyMode.not) {
|
||||
service.onDisconnect(isPermanent = true, errorMessage = any())
|
||||
}
|
||||
verify(mode = VerifyMode.not) { service.onDisconnect(isPermanent = true, errorMessage = any()) }
|
||||
|
||||
bleTransport.close()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue