Skip to content

Commit 78f8fc6

Browse files
committed
fix
1 parent 4f07066 commit 78f8fc6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/test_adv_parser.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3392,7 +3392,7 @@ def test_humidifer_with_empty_data() -> None:
33923392
"cw": 4536,
33933393
},
33943394
b"\x00\x10\xd0\xb4",
3395-
"Rgbic Floor Lamp",
3395+
"RGBICWW Floor Lamp",
33963396
SwitchbotModel.RGBICWW_FLOOR_LAMP,
33973397
),
33983398
AdvTestCase(
@@ -3408,7 +3408,7 @@ def test_humidifer_with_empty_data() -> None:
34083408
"cw": 4410,
34093409
},
34103410
b"\x00\x10\xd0\xb3",
3411-
"Rgbic Strip Light",
3411+
"RGBICWW Strip Light",
34123412
SwitchbotModel.RGBICWW_STRIP_LIGHT,
34133413
),
34143414
],
@@ -3591,7 +3591,7 @@ def test_adv_active(test_case: AdvTestCase) -> None:
35913591
"cw": 4536,
35923592
},
35933593
b"\x00\x10\xd0\xb4",
3594-
"Rgbic Floor Lamp",
3594+
"RGBICWW Floor Lamp",
35953595
SwitchbotModel.RGBICWW_FLOOR_LAMP,
35963596
),
35973597
AdvTestCase(
@@ -3607,7 +3607,7 @@ def test_adv_active(test_case: AdvTestCase) -> None:
36073607
"cw": 4410,
36083608
},
36093609
b"\x00\x10\xd0\xb3",
3610-
"Rgbic Strip Light",
3610+
"RGBICWW Strip Light",
36113611
SwitchbotModel.RGBICWW_STRIP_LIGHT,
36123612
),
36133613
],
@@ -3756,15 +3756,15 @@ def test_adv_passive(test_case: AdvTestCase) -> None:
37563756
b"\x00\x00\x00\x00\x10\xd0\xb4",
37573757
{},
37583758
b"\x00\x10\xd0\xb4",
3759-
"Rgbic Floor Lamp",
3759+
"RGBICWW Floor Lamp",
37603760
SwitchbotModel.RGBICWW_FLOOR_LAMP,
37613761
),
37623762
AdvTestCase(
37633763
None,
37643764
b"\x00\x00\x00\x00\x10\xd0\xb3",
37653765
{},
37663766
b"\x00\x10\xd0\xb3",
3767-
"Rgbic Strip Light",
3767+
"RGBICWW Strip Light",
37683768
SwitchbotModel.RGBICWW_STRIP_LIGHT,
37693769
),
37703770
],

0 commit comments

Comments
 (0)