From 2bf774f38b6abf72998465a5d85df5223b922b01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org> Date: Mon, 23 Aug 2021 19:46:35 +0200 Subject: [PATCH] MAINT: fix name --- test/test_transaction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_transaction.cpp b/test/test_transaction.cpp index 0648c13..a4575f4 100644 --- a/test/test_transaction.cpp +++ b/test/test_transaction.cpp @@ -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); -- GitLab