mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Remove extra quotes from docstrings (#14431)
This commit is contained in:
committed by
Martin Hjelmare
parent
ea2c073612
commit
843789528e
@@ -269,7 +269,7 @@ class TestTemplateSensor:
|
||||
assert self.hass.states.all() == []
|
||||
|
||||
def test_setup_invalid_device_class(self):
|
||||
""""Test setup with invalid device_class."""
|
||||
"""Test setup with invalid device_class."""
|
||||
with assert_setup_component(0):
|
||||
assert setup_component(self.hass, 'sensor', {
|
||||
'sensor': {
|
||||
@@ -284,7 +284,7 @@ class TestTemplateSensor:
|
||||
})
|
||||
|
||||
def test_setup_valid_device_class(self):
|
||||
""""Test setup with valid device_class."""
|
||||
"""Test setup with valid device_class."""
|
||||
with assert_setup_component(1):
|
||||
assert setup_component(self.hass, 'sensor', {
|
||||
'sensor': {
|
||||
|
||||
Reference in New Issue
Block a user