Skip to content

Commit

Permalink
Wording in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dukeofphilberg authored Aug 22, 2024
1 parent 5a20d96 commit a309eda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/linkplay/test_bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ async def test_device_reboot():


async def test_player_update_status():
"""Tests if the player update status is correctly called."""
"""Tests if the player update_status is correctly called."""
bridge = AsyncMock()
bridge.json_request.return_value = {}
player = LinkPlayPlayer(bridge)
Expand All @@ -71,7 +71,7 @@ async def test_player_update_status():


async def test_player_update_status_calls_fixup_player_properties():
"""Tests if the player update status is correctly called."""
"""Tests if the player update_status calls fixup_player_properties."""

with patch("linkplay.bridge.fixup_player_properties") as fixup_mock:
bridge = AsyncMock()
Expand Down

0 comments on commit a309eda

Please sign in to comment.