async test rename

fb-doc-catchup^2
Claudius Holeksa 2021-12-27 18:23:51 +01:00
parent 3b528f00bf
commit c5ddc74b62
1 changed files with 2 additions and 2 deletions

View File

@ -182,7 +182,7 @@ GIN_TEST("Async Scheduling"){
GIN_EXPECT(foo_30.value() == (std::string{"pre"} + std::to_string(33) + std::string{"post"}), "Values is not pre33post, but " + foo_30.value());
}
GIN_TEST("Async detach"){
GIN_TEST("Async Detach"){
using namespace gin;
EventLoop event_loop;
@ -227,4 +227,4 @@ GIN_TEST("Async Merge"){
GIN_EXPECT(!wrong_value, std::string{"Expected values 10 or 11"});
GIN_EXPECT(elements_passed == 3, std::string{"Expected 2 passed elements, got only "} + std::to_string(elements_passed));
}
}
}