mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-06-11 03:56:16 +00:00
timing and test fixes
This commit is contained in:
@@ -44,6 +44,7 @@ class TestBLEConnection(unittest.TestCase):
|
||||
asyncio.run(ble_conn.send(data_to_send))
|
||||
|
||||
# Assert
|
||||
assert(isinstance(ble_conn.rx_char, MagicMock))
|
||||
ble_conn.rx_char.write_gatt_char.assert_called_once_with(ble_conn.rx_char, data_to_send, response=True)
|
||||
|
||||
def _get_mock_bleak_client(self):
|
||||
|
||||
Reference in New Issue
Block a user