Geo Location -> Geolocation (class names and unit test comments) (#19877)

* fixed geolocation naming in class names

* fixed geolocation naming in comments in unit test
This commit is contained in:
Malte Franken 2019-01-09 15:11:51 +11:00 committed by Paulus Schoutsen
parent f73bda1218
commit 6d3343e4d1
8 changed files with 16 additions and 16 deletions

View file

@ -39,7 +39,7 @@ class TestDemoPlatform(unittest.TestCase):
with assert_setup_component(1, geo_location.DOMAIN):
assert setup_component(self.hass, geo_location.DOMAIN, CONFIG)
# In this test, only entities of the geo location domain have been
# In this test, only entities of the geolocation domain have been
# generated.
all_states = self.hass.states.all()
assert len(all_states) == NUMBER_OF_DEMO_DEVICES