test: Fix typo

This commit is contained in:
MarcoFalke
2026-02-27 09:22:12 +01:00
parent fac932698f
commit fa18be2f2b

View File

@@ -426,7 +426,7 @@ BOOST_AUTO_TEST_CASE(stop_active_wait_drains_queue)
}
BOOST_CHECK_EQUAL(threadPool.WorkQueueSize(), num_tasks);
// Delay release so Stop() drain all tasks from the calling thread
// Delay release so Stop() drains all tasks from the calling thread
std::thread unblocker([&blocker, &threadPool]() {
while (threadPool.WorkQueueSize() > 0) {
std::this_thread::yield();