mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Spelling fixes (#11940)
This commit is contained in:
committed by
Paulus Schoutsen
parent
94316f07a2
commit
55ee8959ba
@@ -83,7 +83,7 @@ class TestGetImage(object):
|
||||
@patch('homeassistant.components.camera.demo.DemoCamera.camera_image',
|
||||
autospec=True, return_value=b'Test')
|
||||
def test_get_image_from_camera(self, mock_camera):
|
||||
"""Grab a image from camera entity."""
|
||||
"""Grab an image from camera entity."""
|
||||
self.hass.start()
|
||||
|
||||
image = run_coroutine_threadsafe(camera.async_get_image(
|
||||
|
||||
Reference in New Issue
Block a user