From 7df1306020b41b6982160921f6876b8f3b37cf27 Mon Sep 17 00:00:00 2001 From: Andrew Plaza Date: Mon, 15 Jul 2024 15:06:19 -0400 Subject: [PATCH] default for deliveyr --- xmtp_mls/src/utils/test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmtp_mls/src/utils/test.rs b/xmtp_mls/src/utils/test.rs index d27e1cb83..584c93ebe 100644 --- a/xmtp_mls/src/utils/test.rs +++ b/xmtp_mls/src/utils/test.rs @@ -114,7 +114,7 @@ impl ClientBuilder { } /// wrapper over a `Notify` with a 60-scond timeout for waiting -#[derive(Clone)] +#[derive(Clone, Default)] pub struct Delivery { notify: Arc, }