Skip to content

Commit 1a69f45

Browse files
committed
fix(test): update fault state value to match canonical naming
1 parent c1c446a commit 1a69f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/data/b01_q10/test_b01_q10_code_mappings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def test_q10_status_values_are_canonical() -> None:
1414
YXDeviceState.REMOTEING_STATE: "remote_control",
1515
YXDeviceState.CHARGING_STATE: "charging",
1616
YXDeviceState.PAUSE_STATE: "paused",
17-
YXDeviceState.FAULT_STATE: "fault",
17+
YXDeviceState.FAULT_STATE: "error",
1818
YXDeviceState.UPGRADE_STATE: "updating",
1919
YXDeviceState.DUSTING: "dusting",
2020
YXDeviceState.CREATING_MAP_STATE: "creating_map",

0 commit comments

Comments
 (0)