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:
parent
f73bda1218
commit
6d3343e4d1
8 changed files with 16 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue