mirror of
https://github.com/esphome/aioesphomeapi.git
synced 2025-01-12 20:10:42 +01:00
Fix benchmarks from recent refactoring (#717)
This commit is contained in:
parent
18401dd7ed
commit
cf3ada3deb
@ -18,7 +18,9 @@ class MockConnection(APIConnection):
|
||||
|
||||
|
||||
client = APIClient("fake.address", 6052, None)
|
||||
connection = MockConnection(client._params, lambda expected_disconnect: None, None)
|
||||
connection = MockConnection(
|
||||
client._params, lambda expected_disconnect: None, False, None
|
||||
)
|
||||
|
||||
|
||||
def process_incoming_msg():
|
||||
|
Loading…
Reference in New Issue
Block a user