Skip to content

Commit 75fa034

Browse files
committed
Fix typos in dpFanLevel, dpRecentCleanRecord, and dpCleanProgress in snapshot
1 parent 6318b65 commit 75fa034

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/protocols/__snapshots__/test_b01_q10_protocol.ambr

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{
1212
"dpStatus": 8,
1313
"dpBattery": 100,
14-
"dpfunLevel": 2,
14+
"dpFanLevel": 2,
1515
"dpWaterLevel": 1,
1616
"dpMainBrushLife": 0,
1717
"dpSideBrushLife": 0,
@@ -35,7 +35,7 @@
3535
"dpChildLock": 0,
3636
"dpDustSetting": 0,
3737
"dpMapSaveSwitch": true,
38-
"dpRecendCleanRecord": false,
38+
"dpRecentCleanRecord": false,
3939
"dpCleanTime": 0,
4040
"dpMultiMapSwitch": 1,
4141
"dpSensorLife": 0,
@@ -55,7 +55,7 @@
5555
},
5656
"dpRobotType": 1,
5757
"dpLineLaserObstacleAvoidance": 1,
58-
"dpCleanProgess": 100,
58+
"dpCleanProgress": 100,
5959
"dpGroundClean": 0,
6060
"dpFault": 0,
6161
"dpNotDisturbExpand": {
@@ -77,10 +77,10 @@
7777
}
7878
'''
7979
# ---
80-
# name: test_encode_mqtt_payload[dpRequetdps-None]
80+
# name: test_encode_mqtt_payload[dpRequestDps-None]
8181
b'{"dps": {"102": {}}}'
8282
# ---
83-
# name: test_encode_mqtt_payload[dpRequetdps-params0]
83+
# name: test_encode_mqtt_payload[dpRequestDps-params0]
8484
b'{"dps": {"102": {}}}'
8585
# ---
8686
# name: test_encode_mqtt_payload[dpStartClean-params2]

0 commit comments

Comments
 (0)