From e2eeaca8843535b3fa70d9e3f204b7fdaecb97a1 Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Sun, 13 Feb 2022 16:01:20 +0100 Subject: [PATCH] :ambulance: Add period to fix error --- tests/test_models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_models.py b/tests/test_models.py index f3b56d0..7bbf468 100644 --- a/tests/test_models.py +++ b/tests/test_models.py @@ -124,7 +124,7 @@ async def test_device_html(aresponses): @pytest.mark.asyncio async def test_inverter_without_session(aresponses): - """Test request from a Inverter - HTML source and without session""" + """Test request from a Inverter - HTML source and without session.""" aresponses.add( "example.com", "/status.html", @@ -156,7 +156,7 @@ async def test_inverter_without_session(aresponses): @pytest.mark.asyncio async def test_device_without_session(aresponses): - """Test request from a Inverter - HTML source and without session""" + """Test request from a Inverter - HTML source and without session.""" aresponses.add( "example.com", "/status.html",