Skip to content

Commit 30dddab

Browse files
committed
fix(bt): remove redundant space in hid example path
1 parent fbab3bc commit 30dddab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/bluetooth/bluedroid/classic_bt/pytest_classic_bt_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ def test_bt_hfp(app_path: str, dut: Tuple[IdfDut, IdfDut]) -> None:
114114
@pytest.mark.parametrize(
115115
'count, app_path, target, config', [
116116
(2,
117-
f'{os.path.join(os.path.dirname(__file__), "bt_hid_mouse_device")}| \
118-
{os.path.join(os.path.abspath(os.path.join(os.path.dirname(__file__), "../..")), "esp_hid_host")}',
117+
f'{os.path.join(os.path.dirname(__file__), "bt_hid_mouse_device")}|'
118+
f'{os.path.join(os.path.abspath(os.path.join(os.path.dirname(__file__), "../..")), "esp_hid_host")}',
119119
'esp32|esp32', 'test'),
120120
],
121121
indirect=True,

0 commit comments

Comments
 (0)