We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c227ee8 commit 098cf18Copy full SHA for 098cf18
1 file changed
tests/scenarios/bq27441.yaml
@@ -100,13 +100,13 @@ tests:
100
- name: "Remaining capacity positive"
101
action: call
102
method: capacity_remaining
103
- expect_range: [0, 1000]
+ expect_range: [0, 2000]
104
mode: [hardware]
105
106
- name: "Full capacity positive"
107
108
method: capacity_full
109
- expect_range: [100, 1000]
+ expect_range: [100, 2000]
110
111
112
- name: "Average current readable"
0 commit comments