delete only the required connection

This commit is contained in:
timrid
2026-02-05 18:50:31 +01:00
parent 79e5974946
commit 81d9adb983
2 changed files with 25 additions and 12 deletions

View File

@@ -329,6 +329,7 @@ async def test_le_multiple_connects():
connection = await devices[1].connect(devices[0].random_address)
await connection.disconnect()
# -----------------------------------------------------------------------------
@pytest.mark.asyncio
async def test_advertising_and_scanning():