summaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-02-04 19:02:53 +0100
committerRoland Reichwein <mail@reichwein.it>2023-02-04 19:02:53 +0100
commit45482c1e7f8b7dd7d55d2581469a65d9cd02b754 (patch)
tree1bb410356193e7a68ea487ba531674d7bad67d6f /tests
parentc4a1f194e79a7834a54fdbf63d73c33e434b4825 (diff)
Async session
Diffstat (limited to 'tests')
-rw-r--r--tests/test-whiteboard.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/test-whiteboard.cpp b/tests/test-whiteboard.cpp
index bed2e5a..c55c87c 100644
--- a/tests/test-whiteboard.cpp
+++ b/tests/test-whiteboard.cpp
@@ -160,10 +160,10 @@ public:
}
private:
- boost::asio::io_context ioc_;
- boost::asio::ip::tcp::resolver::results_type resolver_results_;
- std::unique_ptr<boost::beast::websocket::stream<boost::asio::ip::tcp::socket>> ws_;
- boost::asio::ip::tcp::endpoint ep_;
+ boost::asio::io_context ioc_;
+ boost::asio::ip::tcp::resolver::results_type resolver_results_;
+ std::unique_ptr<boost::beast::websocket::stream<boost::asio::ip::tcp::socket>> ws_;
+ boost::asio::ip::tcp::endpoint ep_;
};
//