Skip to content
Prev Previous commit
Next Next commit
Clean up debug output
  • Loading branch information
jpnurmi committed Nov 5, 2025
commit a1befbe6cbcf5d6b7b87744dc12c91e44b886795
2 changes: 0 additions & 2 deletions integration-test/android.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ Describe 'MAUI app (<tfm>, <configuration>)' -ForEach @(

Dump-ServerErrors -Result $result
$result.HasErrors() | Should -BeFalse
$result.Envelopes() | ForEach-Object { Write-Host $_ }
$result.Envelopes() | Should -AnyElementMatch "`"type`":`"system`",`"thread_id`":1,`"category`":`"device.event`",`"action`":`"BATTERY_CHANGED`""
$result.Envelopes() | Should -HaveCount 1
}
Expand Down Expand Up @@ -226,7 +225,6 @@ Describe 'MAUI app (<tfm>, <configuration>)' -ForEach @(

Dump-ServerErrors -Result $result
$result.HasErrors() | Should -BeFalse
$result.Envelopes() | ForEach-Object { Write-Host $_ }
$result.Envelopes() | Should -AnyElementMatch "`"type`":`"system`",`"thread_id`":1,`"category`":`"network.event`",`"action`":`"NETWORK_CAPABILITIES_CHANGED`""
$result.Envelopes() | Should -HaveCount 1
}
Expand Down