Skip to content

Commit

Permalink
Merge pull request #443 from zenhack/fix-capDescriptor
Browse files Browse the repository at this point in the history
Fix bug in TestSendDisembargo/SendQueuedResultToCaller
  • Loading branch information
lthibault committed Feb 4, 2023
2 parents e9a1ca6 + 27aa4bd commit a41a515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpc/level1_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ func testSendDisembargo(t *testing.T, sendPrimeTo rpccp.Call_sendResultsTo_Which
Content: results.ToPtr(),
CapTable: []rpcCapDescriptor{
{
Which: rpccp.CapDescriptor_Which_receiverHosted,
SenderHosted: importID,
Which: rpccp.CapDescriptor_Which_receiverHosted,
ReceiverHosted: importID,
},
},
},
Expand Down

0 comments on commit a41a515

Please sign in to comment.