support tv

Signed-off-by: atreeof_wind <shaoyifan2@huawei.com>
This commit is contained in:
atreeof_wind
2026-04-30 11:26:38 +08:00
parent 8433f448f6
commit 2778ea0949
@@ -44,7 +44,7 @@ class Test_battery_info {
let nowCurrentInfo = BatteryInfo.nowCurrent
@Expect(batterySOCInfo > 0 || batterySOCInfo < 100)
if (DeviceInfo.deviceType == "car") {
if (DeviceInfo.deviceType == "car" || DeviceInfo.deviceType == "tv") {
@Expect(isBatteryPresentInfo, false)
} else {
@Expect(isBatteryPresentInfo)