Skip to content

Commit

Permalink
Rename some rflink tests (home-assistant#117247)
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery authored and dgomes committed May 11, 2024
1 parent 8a23346 commit d1f0ff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/components/rflink/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ async def test_keepalive(
)


async def test2_keepalive(hass, monkeypatch, caplog):
async def test_keepalive_2(hass, monkeypatch, caplog):
"""Validate very short keepalive values."""
keepalive_value = 30
domain = RFLINK_DOMAIN
Expand All @@ -443,7 +443,7 @@ async def test2_keepalive(hass, monkeypatch, caplog):
)


async def test3_keepalive(hass, monkeypatch, caplog):
async def test_keepalive_3(hass, monkeypatch, caplog):
"""Validate keepalive=0 value."""
domain = RFLINK_DOMAIN
config = {
Expand Down

0 comments on commit d1f0ff9

Please sign in to comment.