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;