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

WIP: files

parent 47fdcc06
No related branches found
No related tags found
1 merge request!8F files
Pipeline #12145 passed
This commit is part of merge request !8. Comments created here will be created in the context of that merge request.
...@@ -706,7 +706,7 @@ TEST_F(test_transaction, test_file_download) { ...@@ -706,7 +706,7 @@ TEST_F(test_transaction, test_file_download) {
download_transaction->RetrieveAndDownloadFilesById( download_transaction->RetrieveAndDownloadFilesById(
inserted_file.GetId(), test_download_file_1.string()); inserted_file.GetId(), test_download_file_1.string());
download_transaction->ExecuteAsynchronously(); download_transaction->ExecuteAsynchronously();
download_transaction->WaitForIt(); ASSERT_EQ(download_transaction->WaitForIt().GetCode(), StatusCode::SUCCESS);
const auto &download_results = download_transaction->GetResultSet(); const auto &download_results = download_transaction->GetResultSet();
ASSERT_EQ(download_results.size(), 1); ASSERT_EQ(download_results.size(), 1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment