mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-21 14:04:35 +02:00
Adapt test after file extension change
This commit is contained in:
@@ -5,7 +5,7 @@ using namespace std;
|
||||
|
||||
TEST(BufferUtils, get_filename)
|
||||
{
|
||||
auto expected_file = "/root/device-1/12300000/12345000.h5";
|
||||
auto expected_file = "/root/device-1/12300000/12345000.bin";
|
||||
|
||||
auto root_folder = "/root";
|
||||
auto device_name = "device-1";
|
||||
|
||||
Reference in New Issue
Block a user