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:
Korina Šimičević
2024-01-23 13:29:26 +01:00
parent 05ae2f5562
commit 21d90a9fda
5 changed files with 375 additions and 71 deletions

View File

@@ -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;