Skip to content

Commit

Permalink
fix construct
Browse files Browse the repository at this point in the history
  • Loading branch information
poor-circle committed Jul 27, 2023
1 parent e26e906 commit e7afeb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/coro_io/tests/test_client_pool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ TEST_CASE("test reconnect") {
}

struct mock_client : public coro_rpc::coro_rpc_client {
using coro_rpc::coro_rpc_client::coro_rpc_client;
async_simple::coro::Lazy<std::errc> reconnect(const std::string &hostname) {
auto ec = co_await this->coro_rpc::coro_rpc_client::reconnect(hostname);
if (ec != std::errc{}) {
Expand Down

0 comments on commit e7afeb3

Please sign in to comment.