Skip to content

Commit 098cf18

Browse files
committed
bq27441: Increase capacity range to 2000 mAh in tests.
1 parent c227ee8 commit 098cf18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/scenarios/bq27441.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@ tests:
100100
- name: "Remaining capacity positive"
101101
action: call
102102
method: capacity_remaining
103-
expect_range: [0, 1000]
103+
expect_range: [0, 2000]
104104
mode: [hardware]
105105

106106
- name: "Full capacity positive"
107107
action: call
108108
method: capacity_full
109-
expect_range: [100, 1000]
109+
expect_range: [100, 2000]
110110
mode: [hardware]
111111

112112
- name: "Average current readable"

0 commit comments

Comments
 (0)