From d994170a9def0db39bdf96e49fc7cdd08eb0eba5 Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Sun, 2 Jan 2022 07:09:46 -0800 Subject: [PATCH] Fix copy-paste error in pydoc for test_almond.py (#3389) --- tests/discovery/test_almond.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/discovery/test_almond.py b/tests/discovery/test_almond.py index 849ce3ac5..b5e8576f9 100644 --- a/tests/discovery/test_almond.py +++ b/tests/discovery/test_almond.py @@ -1,4 +1,4 @@ -"""Test adguard discovery.""" +"""Test almond discovery.""" import pytest import voluptuous as vol