This commit is contained in:
2024-08-07 11:07:37 -05:00
parent f878a7b760
commit 1751847ec2

View File

@ -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");