Fix tests for writer

This commit is contained in:
2020-06-19 16:12:09 +02:00
parent 0c40d0b4bc
commit 5cc0948516
+1 -1
View File
@@ -158,7 +158,7 @@ void test_writing_with_step(
// The writer closes the file on destruction.
{
JFH5Writer writer(
"ignore.h5", "detector",
"ignore.h5", "/path/to/detector",
n_modules, start_pulse_id, stop_pulse_id, step);
writer.write(meta.get(), (char*)(&data[0]));
}