Skip to content

Commit 9b5efaa

Browse files
committed
ag
1 parent 381a1e1 commit 9b5efaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

miio/integrations/zhimi/airpurifier/tests/test_airpurifier_miot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ def airpurifierVA2B(request):
408408

409409

410410
@pytest.mark.usefixtures("airpurifierVA2B")
411-
class TestAirPurifierVA2(TestCase):
411+
class TestAirPurifierVA2B(TestCase):
412412
def test_status(self):
413413
status = self.device.status()
414414
assert status.is_on is _INITIAL_STATE_VA2["power"]

0 commit comments

Comments
 (0)