Skip to content

Commit

Permalink
Update test_power_monitoring.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lskov authored Aug 15, 2023
1 parent 0d5b7c6 commit 563bb4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfdrive/thermald/tests/test_power_monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def mock_sec_since_boot():
CAR_CHARGING_RATE_W, VBATT_PAUSE_CHARGING, DELAY_SHUTDOWN_TIME_S

TEST_DURATION_S = 50
GOOD_VOLTAGE = 12 * 1e3
GOOD_VOLTAGE = 11 * 1e3
VOLTAGE_BELOW_PAUSE_CHARGING = (VBATT_PAUSE_CHARGING - 1) * 1e3

def pm_patch(name, value, constant=False):
Expand Down

0 comments on commit 563bb4b

Please sign in to comment.