mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-02 22:24:12 +02:00
Fix test to use template version of RingBuffer
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
TEST(ProcessManager, basic_interaction)
|
||||
{
|
||||
TestH5Format format("start_dataset");
|
||||
RingBuffer ring_buffer(10);
|
||||
RingBuffer<FrameMetadata> ring_buffer(10);
|
||||
|
||||
ZmqRecvModule recv_module(ring_buffer, {});
|
||||
H5WriteModule write_module(ring_buffer, {}, format);
|
||||
|
||||
Reference in New Issue
Block a user