From 05a54a4af9c0ad3a322e01f19541ba9b594cddb0 Mon Sep 17 00:00:00 2001 From: Josh Wu Date: Sun, 10 Sep 2023 20:32:58 +0800 Subject: [PATCH] Fix typo --- tests/hfp_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hfp_test.py b/tests/hfp_test.py index bc6ccaf..481d0b7 100644 --- a/tests/hfp_test.py +++ b/tests/hfp_test.py @@ -53,7 +53,7 @@ async def make_hfp_connections( client_dlc = await client_mux.open_dlc(rfcomm_channel) server_dlc = await wait_dlc - # Setup HFP connnection + # Setup HFP connection hf = hfp.HfProtocol(client_dlc, hf_config) ag = hfp.HfpProtocol(server_dlc) return hf, ag