Skip to content

Commit

Permalink
fix deadlock
Browse files Browse the repository at this point in the history
  • Loading branch information
victimsnino committed Aug 25, 2024
1 parent 8372abc commit 7ef850a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/rpp/test_scheduler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ TEST_CASE("Immediate scheduler")
}
}

TEMPLATE_TEST_CASE("queue_based scheduler", "", rpp::schedulers::current_thread, rpp::schedulers::new_thread, rpp::schedulers::computational, rpp::schedulers::thread_pool)
TEMPLATE_TEST_CASE("queue_based scheduler", "", rpp::schedulers::current_thread, rpp::schedulers::new_thread, rpp::schedulers::thread_pool)
{
auto d = rpp::composite_disposable_wrapper::make();
auto mock_obs = mock_observer_strategy<int>{};
Expand Down

0 comments on commit 7ef850a

Please sign in to comment.