We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f4e980 commit 5089eefCopy full SHA for 5089eef
include/boost/redis/detail/connection_base.hpp
@@ -39,7 +39,6 @@
39
#include <deque>
40
#include <memory>
41
#include <string_view>
42
-#include <type_traits>
43
#include <functional>
44
#include <utility>
45
test/test_conn_exec.cpp
@@ -193,9 +193,9 @@ BOOST_AUTO_TEST_CASE(large_number_of_concurrent_requests_issue_170)
193
BOOST_CHECK_EQUAL(counter, repeat);
194
}
195
196
-BOOST_AUTO_TEST_CASE(exec_any_response)
+BOOST_AUTO_TEST_CASE(exec_any_adapter)
197
{
198
- // Executing an any_response object works
+ // Executing an any_adapter object works
199
request req;
200
req.push("PING", "PONG");
201
response<std::string> res;
0 commit comments