Skip to content
Snippets Groups Projects
Verified Commit 619faff8 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: files

parent 47fdcc06
Branches
Tags
1 merge request!8F files
Pipeline #12145 passed
......@@ -706,7 +706,7 @@ TEST_F(test_transaction, test_file_download) {
download_transaction->RetrieveAndDownloadFilesById(
inserted_file.GetId(), test_download_file_1.string());
download_transaction->ExecuteAsynchronously();
download_transaction->WaitForIt();
ASSERT_EQ(download_transaction->WaitForIt().GetCode(), StatusCode::SUCCESS);
const auto &download_results = download_transaction->GetResultSet();
ASSERT_EQ(download_results.size(), 1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment