mirror of
https://github.com/home-assistant/core.git
synced 2026-09-27 09:58:07 -04:00
Rebased to upstream
This commit is contained in:
@@ -562,6 +562,6 @@ class TestDeviceTrackerOwnTracks(unittest.TestCase):
|
||||
self.send_message(WAYPOINT_TOPIC, waypoints_message)
|
||||
# Check if it made it into states
|
||||
wayp = self.hass.states.get('zone.exp_wayp1')
|
||||
self.assertTrue(wayp != None)
|
||||
self.assertTrue(wayp is not None)
|
||||
wayp = self.hass.states.get('zone.exp_wayp2')
|
||||
self.assertTrue(wayp != None)
|
||||
self.assertTrue(wayp is not None)
|
||||
|
||||
Reference in New Issue
Block a user