Skip to content

Commit

Permalink
Fix benchmarks from recent refactoring (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Nov 25, 2023
1 parent 18401dd commit cf3ada3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bench/raw_ble_plain_text_with_callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit cf3ada3

Please sign in to comment.