Commit 7a06f9f8 authored by Joseph Noir's avatar Joseph Noir

Fix datagram test case

parent b4a34ae9
......@@ -1117,7 +1117,7 @@ CAF_TEST(remote_actor_and_send_udp) {
uint32_t{0})
.expect(jupiter().connection,
basp::message_type::client_handshake, no_flags, 1u,
no_operation_data, this_node(), jupiter().id,
no_operation_data, this_node(), node_id{none},
invalid_actor_id, invalid_actor_id, std::string{})
.expect(jupiter().connection,
basp::message_type::dispatch_message,
......
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