Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: distributed-lab/bpcon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5f31d6001ceffbb853138d1ff263508b68df6bd1
Choose a base ref
..
head repository: distributed-lab/bpcon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c1a689e6a5053ab90fcb56848df6c15a288d2ff9
Choose a head ref
Showing with 4 additions and 1 deletion.
  1. +4 −1 src/party.rs
5 changes: 4 additions & 1 deletion src/party.rs
Original file line number Diff line number Diff line change
@@ -1006,7 +1006,10 @@ pub(crate) mod tests {

// Type aggregating `receiver from` and `sender into` party, which are
// intended for external system to communicate with the party.
type PartyExternalChannels = (UnboundedReceiver<MessagePacket>, UnboundedSender<MessagePacket>);
type PartyExternalChannels = (
UnboundedReceiver<MessagePacket>,
UnboundedSender<MessagePacket>,
);

// Create test parties with predefined generics, based on config.
fn create_parties(