Skip to content

Commit

Permalink
double newline after function
Browse files Browse the repository at this point in the history
  • Loading branch information
eclair4151 committed Jan 6, 2025
1 parent 5fc9fb8 commit ef08005
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_smartbridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -945,6 +945,7 @@ async def test_device_list(bridge: Bridge):
devices = bridge.target.get_devices_by_type("Tilt")
assert [device["device_id"] for device in devices] == ["11"]


@pytest.mark.asyncio
async def test_lip_device_list(bridge: Bridge):
"""Test methods getting devices."""
Expand Down

0 comments on commit ef08005

Please sign in to comment.