Commit 4a604d23 authored by Mike Edgar's avatar Mike Edgar

fix copy-paste bug in TestRpc_TailCall: add missing assertion

parent a211aa60
......@@ -607,7 +607,7 @@ TEST(Rpc, TailCall) {
auto response = promise.wait(context.waitScope);
EXPECT_EQ(456, response.getI());
EXPECT_EQ(456, response.getI());
EXPECT_EQ("from TestTailCaller", response.getT());
auto dependentCall1 = promise.getC().getCallSequenceRequest().send();
......
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