From af51c9308769d1fca29a3d0e8a5e0514a46a73a1 Mon Sep 17 00:00:00 2001 From: Sosthene Date: Fri, 6 Dec 2024 15:32:27 +0100 Subject: [PATCH] Fix pairing test : add storages to RoleDefinition --- tests/pairing.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/pairing.rs b/tests/pairing.rs index 2fc9d31..922a117 100644 --- a/tests/pairing.rs +++ b/tests/pairing.rs @@ -154,7 +154,8 @@ fn test_pairing() { ], "min_sig_member": 1.0 } - ] + ], + "storages": [] } }, "session_privkey": initial_session_privkey,