mirror of
https://github.com/boostorg/mqtt5.git
synced 2025-11-06 10:51:37 +01:00
Simplify integration (un)subscribe & sender related tests
Summary: related to T12015 Reviewers: ivica Reviewed By: ivica Subscribers: miljen, iljazovic Differential Revision: https://repo.mireo.local/D27519
This commit is contained in:
@@ -19,7 +19,7 @@ BOOST_AUTO_TEST_SUITE(executors)
|
||||
|
||||
BOOST_AUTO_TEST_CASE(async_run) {
|
||||
using test::after;
|
||||
using std::chrono_literals::operator ""ms;
|
||||
using namespace std::chrono;
|
||||
|
||||
constexpr int expected_handlers_called = 9;
|
||||
int handlers_called = 0;
|
||||
|
||||
Reference in New Issue
Block a user