Adapt test after file extension change

This commit is contained in:
2020-04-17 11:49:13 +02:00
parent aede47f78c
commit cc1bb4101d
+1 -1
View File
@@ -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";