Skip to content

Commit a4220a0

Browse files
committed
fix: correct comment for fan level in test_status_trait_refresh
1 parent de45199 commit a4220a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/devices/traits/b01/q10/test_status.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ async def test_status_trait_refresh(
119119
# Mock the response to refresh
120120
# battery (122) = 100
121121
# status (121) = 8 (CHARGING_STATE)
122-
# fun_level (123) = 2 (NORMAL)
122+
# fan_level (123) = 2 (BALANCED)
123123
message = build_message(TESTDATA_DP_REQUEST_DPS)
124124

125125
# Send a refresh command

0 commit comments

Comments
 (0)