Skip to content

Commit

Permalink
fix name change of thread_hash to request_hash
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfdi committed Feb 21, 2016
1 parent 7318208 commit 8e7227c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/tests/rpc_message.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ TEST(core, message_ex)

dsn_msg_get_options(request, &opts);
ASSERT_EQ(100, opts.timeout_ms);
ASSERT_EQ(1, opts.thread_hash);
ASSERT_EQ(1, opts.request_hash);
ASSERT_EQ(333u, opts.vnid);
ASSERT_EQ(444u, opts.context.context);

Expand Down

0 comments on commit 8e7227c

Please sign in to comment.