mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
Add autopause and autoplay
This commit is contained in:
@@ -29,7 +29,7 @@ class SingleApplePodsTest : BaseAirPodsTest() {
|
||||
isCaseCharging shouldBe false
|
||||
isHeadsetBeingCharged shouldBe false
|
||||
|
||||
isHeadsetBeingWorn shouldBe true
|
||||
isHeadphonesBeingWorn shouldBe true
|
||||
batteryCasePercent shouldBe 0.0f
|
||||
}
|
||||
}
|
||||
|
||||
@@ -25,7 +25,7 @@ class AirPodsMaxTest : BaseAirPodsTest() {
|
||||
isCaseCharging shouldBe false
|
||||
isHeadsetBeingCharged shouldBe false
|
||||
|
||||
isHeadsetBeingWorn shouldBe true
|
||||
isHeadphonesBeingWorn shouldBe true
|
||||
batteryCasePercent shouldBe 0.0f
|
||||
}
|
||||
}
|
||||
@@ -48,7 +48,7 @@ class AirPodsMaxTest : BaseAirPodsTest() {
|
||||
isCaseCharging shouldBe false
|
||||
isHeadsetBeingCharged shouldBe false
|
||||
|
||||
isHeadsetBeingWorn shouldBe true
|
||||
isHeadphonesBeingWorn shouldBe true
|
||||
batteryCasePercent shouldBe 0.0f
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user