Drop a leftover declaration and fix a stale test name

This commit is contained in:
J. Nick Koston
2026-08-08 01:26:03 -05:00
parent d9f0f40373
commit fc77cdcb7d
2 changed files with 1 additions and 2 deletions
@@ -204,7 +204,6 @@ class BluetoothProxy final : public Component {
}
protected:
void on_scanner_state_(ble_device_base::ScannerState state);
bool send_bluetooth_scanner_state_(ble_device_base::ScannerState state);
#ifndef USE_ESP32
void send_polled_scanner_state_();
@@ -103,7 +103,7 @@ def test_esp32_tracker_handler_counts(
assert get_define_value("ESPHOME_ESP32_BLE_TRACKER_CLIENT_COUNT") is None
def test_esp32_bluetooth_proxy_requests_scanner_state_slot(
def test_esp32_bluetooth_proxy_requests_client_slots_only(
generate_main: Callable[[str | Path], str],
component_config_path: Callable[[str], Path],
) -> None: