From 5911d370e5ecb699aaf5d96dd9968edfe9790b12 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Thu, 30 Nov 2023 13:15:16 -0600 Subject: [PATCH] fix --- tests/encrypt/sub10/moose.txt | 2 +- tests/encrypt/test.txt | 2 +- tests/file_manager_test.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/encrypt/sub10/moose.txt b/tests/encrypt/sub10/moose.txt index 77356c31..9daeafb9 100644 --- a/tests/encrypt/sub10/moose.txt +++ b/tests/encrypt/sub10/moose.txt @@ -1 +1 @@ -test +test diff --git a/tests/encrypt/test.txt b/tests/encrypt/test.txt index 8f0ef0d5..a8cb35ca 100644 --- a/tests/encrypt/test.txt +++ b/tests/encrypt/test.txt @@ -1 +1 @@ -moose +moose diff --git a/tests/file_manager_test.cpp b/tests/file_manager_test.cpp index 9e41a5b9..108cbdc7 100644 --- a/tests/file_manager_test.cpp +++ b/tests/file_manager_test.cpp @@ -1737,7 +1737,7 @@ TEST(file_manager, file_is_closed_after_download_timeout) { return api_error::success; }); - event_capture ec({"download_timeout"}); + event_capture ec({"item_timeout"}); std::uint64_t handle{}; std::shared_ptr f;