Skip to content

Commit

Permalink
Tests: fix tests for renpho and vork purifiers after translations
Browse files Browse the repository at this point in the history
  • Loading branch information
make-all committed Jan 13, 2025
1 parent 140951d commit 6a8abe1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/devices/test_renpho_rp_ap001s.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def setUp(self):
"name": "sensor_air_quality",
"dps": QUALITY_DPS,
"device_class": SensorDeviceClass.ENUM,
"options": ["Bad", "Fair", "Good"],
"options": ["poor", "moderate", "good"],
},
{
"name": "sensor_prefilter_life",
Expand Down
4 changes: 2 additions & 2 deletions tests/devices/test_vork_vk6067aw_purifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ def setUp(self):
"dps": AQI_DPS,
"name": "sensor_air_quality",
"device_class": SensorDeviceClass.ENUM,
"testdata": ("great", "Great"),
"options": ["Great", "Good", "Severe", "Medium"],
"testdata": ("great", "excellent"),
"options": ["excellent", "good", "severe", "poor"],
},
{
"dps": COUNTDOWN_DPS,
Expand Down

0 comments on commit 6a8abe1

Please sign in to comment.