Skip to content

Commit

Permalink
🚑 Add period to fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasnicolaas committed Feb 13, 2022
1 parent 50e2aab commit e2eeaca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit e2eeaca

Please sign in to comment.