Fix lid state for AirPods Gen 4

The lid state for AirPods Gen 4 was incorrectly reported as UNKNOWN when it should have been NOT_IN_CASE. This commit fixes the issue in both the ANC and non-ANC tests.
This commit is contained in:
darken
2025-09-29 14:23:56 +02:00
parent 33cab939f0
commit ba4445f19d
2 changed files with 2 additions and 2 deletions
@@ -34,7 +34,7 @@ class AirPodsGen4AncTest : BaseAirPodsTest() {
isRightPodInEar shouldBe true
batteryCasePercent shouldBe null
caseLidState shouldBe DualApplePods.LidState.UNKNOWN
caseLidState shouldBe DualApplePods.LidState.NOT_IN_CASE
state shouldBe HasStateDetectionAirPods.ConnectionState.IDLE
@@ -34,7 +34,7 @@ class AirPodsGen4Test : BaseAirPodsTest() {
isRightPodInEar shouldBe true
batteryCasePercent shouldBe null
caseLidState shouldBe DualApplePods.LidState.UNKNOWN
caseLidState shouldBe DualApplePods.LidState.NOT_IN_CASE
state shouldBe HasStateDetectionAirPods.ConnectionState.IDLE