diff --git a/test/shared_task_tests.cpp b/test/shared_task_tests.cpp index 7bf816cf..007903e7 100644 --- a/test/shared_task_tests.cpp +++ b/test/shared_task_tests.cpp @@ -132,7 +132,7 @@ TEST_CASE("make_shared_task") auto f = [&]() -> cppcoro::task { - startedExecution = false; + startedExecution = true; co_return "test"; };