Commit 5319cc3f authored by Kenton Varda's avatar Kenton Varda

Merge pull request #130 from michaeledgar/nit

fix copy-paste bug in TestRpc_TailCall: add missing assertion
parents a211aa60 4a604d23
......@@ -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