Przeglądaj źródła

Align tests with the changes

Robert Chmielowiec 1 rok temu
rodzic
commit
9d25327669
1 zmienionych plików z 1 dodań i 1 usunięć
  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"