Commit 2f9c781e authored by Dominik Charousset's avatar Dominik Charousset

Add missing `shutdown` to local migration test

parent 744c660c
......@@ -107,4 +107,5 @@ CAF_TEST(migrate_locally) {
self->send_exit(mm1, exit_reason::kill);
self->send_exit(mm2, exit_reason::kill);
self->await_all_other_actors_done();
shutdown();
}
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