Explorar o código

Align tests with the changes

Robert Chmielowiec hai 1 ano
pai
achega
9d25327669
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/devices/test_moebot.py

+ 1 - 1
tests/devices/test_moebot.py

@@ -69,7 +69,7 @@ class TestMoebot(TuyaDeviceTestCase):
         self.dps[STATUS_DP] = "PAUSED"
         self.assertEqual(self.mower.activity, LawnMowerActivity.PAUSED)
         self.dps[STATUS_DP] = "PARK"
-        self.assertEqual(self.mower.activity, LawnMowerActivity.PAUSED)
+        self.assertEqual(self.mower.activity, LawnMowerActivity.RETURNING)
         self.dps[STATUS_DP] = "MOWING"
         self.assertEqual(self.mower.activity, LawnMowerActivity.MOWING)
         self.dps[STATUS_DP] = "FIXED_MOWING"