fix
This commit is contained in:
@ -493,10 +493,8 @@ TEST(ring_buffer_open_file, read_full_file_in_partial_chunks) {
|
||||
}
|
||||
|
||||
TEST(ring_buffer_open_file, read_full_file_in_partial_chunks_in_reverse) {
|
||||
const auto download_source_path =
|
||||
test::generate_test_file_name("ring_buffer_open_file");
|
||||
auto nf =
|
||||
test::create_random_file(download_source_path, test_chunk_size * 32u);
|
||||
auto nf = test::create_random_file(test_chunk_size * 32u);
|
||||
const auto download_source_path = nf.get_path().string();
|
||||
|
||||
const auto dest_path = test::generate_test_file_name("ring_buffer_open_file");
|
||||
|
||||
|
Reference in New Issue
Block a user