mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-06-11 05:47:14 +02:00
fix: bugfix to fill data butter with value, timestamp properly
This commit is contained in:
@ -415,7 +415,7 @@ def test_async_mon_send_data_to_bec(async_monitor):
|
||||
async_monitor.custom_prepare._send_data_to_bec()
|
||||
dev_msg = messages.DeviceMessage(
|
||||
signals={async_monitor.readback.name: async_monitor.data_buffer},
|
||||
metadata={"async_update": "extend"},
|
||||
metadata={"async_update": async_monitor.async_update},
|
||||
)
|
||||
|
||||
call = [
|
||||
|
Reference in New Issue
Block a user