Skip to content

Commit

Permalink
Merge pull request #444 from zenhack/fix-426
Browse files Browse the repository at this point in the history
Fix #426.
  • Loading branch information
lthibault authored Feb 6, 2023
2 parents a41a515 + 0d64a9f commit 54e4f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/level1_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ func testSendDisembargo(t *testing.T, sendPrimeTo rpccp.Call_sendResultsTo_Which
err = pogs.Insert(rpccp.Message_TypeID, capnp.Struct(outMsg.Message), &rpcMessage{
Which: rpccp.Message_Which_return,
Return: &rpcReturn{
AnswerID: bootQID,
AnswerID: qidA,
Which: rpccp.Return_Which_results,
Results: &rpcPayload{
Content: results.ToPtr(),
Expand Down

0 comments on commit 54e4f09

Please sign in to comment.