diff --git a/tests/devices/test_himox_h06_purifier.py b/tests/devices/test_himox_h06_purifier.py index 984c6262ce..ac4bdd5749 100644 --- a/tests/devices/test_himox_h06_purifier.py +++ b/tests/devices/test_himox_h06_purifier.py @@ -103,6 +103,7 @@ def test_supported_features(self): def test_speed(self): self.dps[SPEED_DPS] = "low" self.assertEqual(self.subject.percentage, 33) + self.assertEqual(type(self.subject.percentage), int) def test_speed_step(self): self.assertAlmostEqual(self.subject.percentage_step, 33, 0)