From 5856b20c11aac716de4c02cb88a8906d6f0c0232 Mon Sep 17 00:00:00 2001 From: evoskuil Date: Sun, 15 Dec 2024 22:35:41 -0500 Subject: [PATCH 1/2] Comment typo. --- test/sessions/session_seed.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sessions/session_seed.cpp b/test/sessions/session_seed.cpp index c25b5ebf8..3d8c332d9 100644 --- a/test/sessions/session_seed.cpp +++ b/test/sessions/session_seed.cpp @@ -452,7 +452,7 @@ BOOST_AUTO_TEST_CASE(session_seed__stop__started_sufficient__expected) session->stop(); }); - // This is a reace between success and seeding_unsuccessful. + // This is a race between success and seeding_unsuccessful. // This tends toward success with HAVE_LOGGING and otherwise without. const auto ec = started.get_future().get(); BOOST_REQUIRE(ec == error::success || ec == error::seeding_unsuccessful); From 5351b5cc1d5f4ce62ade00eb2c6ad8eaf7dd252f Mon Sep 17 00:00:00 2001 From: evoskuil Date: Sun, 15 Dec 2024 22:35:50 -0500 Subject: [PATCH 2/2] Remove standard includes. --- test/test.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test.hpp b/test/test.hpp index 48033f45b..d924ca94c 100644 --- a/test/test.hpp +++ b/test/test.hpp @@ -21,10 +21,8 @@ #include -#include #include #include -#include #include #include