Skip to content
Snippets Groups Projects

F files

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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);
Loading