From b72c00298234252cedc5a093655be433eb1dd0d7 Mon Sep 17 00:00:00 2001 From: David Palm Date: Thu, 24 Oct 2024 12:15:32 +0200 Subject: [PATCH] Redundant full path --- manul/src/testing.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manul/src/testing.rs b/manul/src/testing.rs index c9528f4..84e0cf5 100644 --- a/manul/src/testing.rs +++ b/manul/src/testing.rs @@ -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. */