Fix benchmarks from recent refactoring (#717)

This commit is contained in:
J. Nick Koston 2023-11-25 10:34:29 -06:00 committed by GitHub
parent 18401dd7ed
commit cf3ada3deb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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():