Skip to content

Commit

Permalink
Redundant full path
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdplm committed Oct 24, 2024
1 parent 650259d commit b72c002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manul/src/testing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ process, e.g. to emulate a malicious participant. This module provides facilitie
easier, by providing a [`RoundOverride`] type along with a [`round_override`] macro.
The [`TestingSessionParams`] provides an implementation of the [`SessionParameters`](crate::session::SessionParameters) trait,
which in turn is used to setup [`crate::session::Session`](crate::session::Session)s to drive the protocol.
which in turn is used to setup [`Session`](crate::session::Session)s to drive the protocol.
The [`run_sync`] method is helpful to execute a protocol synchronously and collect the outcomes.
*/
Expand Down

0 comments on commit b72c002

Please sign in to comment.