Skip to content

Commit b15a6dc

Browse files
authored
Fix Hue remote test not marked as async (#3761)
1 parent c52aee3 commit b15a6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_philips.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ def test_PhilipsRemoteCluster_long_press(
628628
(4),
629629
),
630630
)
631-
def test_ButtonPressQueue_presses_without_pause(button_presses):
631+
async def test_ButtonPressQueue_presses_without_pause(button_presses):
632632
"""Test ButtonPressQueue presses without pause in between presses."""
633633

634634
q = ButtonPressQueue()

0 commit comments

Comments
 (0)