Skip to content
Snippets Groups Projects
Commit 2bf774f3 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: fix name

parent 613b7065
No related branches found
No related tags found
1 merge request!11ENH: Test insert/update/delete and files in Extern C
Pipeline #12482 passed
......@@ -753,7 +753,7 @@ TEST_F(test_transaction, test_file_up_n_download) {
ASSERT_FALSE(inserted_file.HasErrors());
auto download_transaction(connection->CreateTransaction());
download_transaction->RetrieveAndDownloadFilesById(
download_transaction->RetrieveAndDownloadFileById(
inserted_file.GetId(), test_download_file_1.string());
download_transaction->ExecuteAsynchronously();
ASSERT_EQ(download_transaction->WaitForIt().GetCode(), StatusCode::SUCCESS);
......
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