Skip to content

Commit

Permalink
refactoring(logitech_receiver/notifications): fix pre-commits
Browse files Browse the repository at this point in the history
  • Loading branch information
rloutrel committed Oct 13, 2024
1 parent 6af7369 commit 0df2973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/logitech_receiver/test_notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def request(self, handle, devnumber, request_id, *params, **kwargs):
[
(Registers.DISCOVERY_STATUS_NOTIFICATION, b"\x01", "device_timeout", None),
(Registers.PAIRING_STATUS_NOTIFICATION, b"\x02", "failed", None),
]
],
)
def test_process_receiver_notification_bolt_pairing_error(sub_id, notification_data, expected_error, expected_new_device):
low_level_mock = mock.Mock(spec=LowLevelInterface)
Expand Down

0 comments on commit 0df2973

Please sign in to comment.