1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-29 11:45:35 +01:00

spelling: components/apns (#64269)

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-01-17 09:26:21 -05:00
committed by GitHub
parent 7a7b2a839b
commit b72c393dc7
+1 -1
View File
@@ -25,7 +25,7 @@ CONFIG = {
@pytest.fixture(scope="module", autouse=True)
def mock_apns_notify_open():
"""Mock builtins.open for apns.notfiy."""
"""Mock builtins.open for apns.notify."""
with patch("homeassistant.components.apns.notify.open", mock_open(), create=True):
yield