Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
anarthal committed Dec 2, 2024
1 parent 8f4e980 commit 5089eef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion include/boost/redis/detail/connection_base.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
#include <deque>
#include <memory>
#include <string_view>
#include <type_traits>
#include <functional>
#include <utility>

Expand Down
4 changes: 2 additions & 2 deletions test/test_conn_exec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,9 @@ BOOST_AUTO_TEST_CASE(large_number_of_concurrent_requests_issue_170)
BOOST_CHECK_EQUAL(counter, repeat);
}

BOOST_AUTO_TEST_CASE(exec_any_response)
BOOST_AUTO_TEST_CASE(exec_any_adapter)
{
// Executing an any_response object works
// Executing an any_adapter object works
request req;
req.push("PING", "PONG");
response<std::string> res;
Expand Down

0 comments on commit 5089eef

Please sign in to comment.