Unverified Commit 67647891 authored by Dominik Charousset's avatar Dominik Charousset Committed by GitHub

Integrate review feedback

Co-authored-by: default avatarNoir <josephnoir@users.noreply.github.com>
parent 9ecfc511
......@@ -141,7 +141,7 @@ SCENARIO("typed actors may use the flow API") {
CHECK(!*err);
}
}
WHEN("the actor creates a typed stream via to_stream") {
WHEN("the actor creates a typed stream via to_typed_stream") {
THEN("other actors may observe the values") {
auto res = std::make_shared<int>(0);
auto err = std::make_shared<error>();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment