From 8ddb9afbc04593a6a7e0bfdf01e8f01b6a5cfdaf Mon Sep 17 00:00:00 2001 From: umr1352 Date: Thu, 28 Nov 2024 13:52:01 +0100 Subject: [PATCH] debug error --- identity_iota_core/tests/e2e/common.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/identity_iota_core/tests/e2e/common.rs b/identity_iota_core/tests/e2e/common.rs index 90b8c66eb..f1224f376 100644 --- a/identity_iota_core/tests/e2e/common.rs +++ b/identity_iota_core/tests/e2e/common.rs @@ -90,7 +90,7 @@ pub async fn get_client() -> anyhow::Result { address, storage, }) - }.inspect_err(|e: &anyhow::Error| {dbg!(e); dbg!(e.source());}) + }.inspect_err(|e: &anyhow::Error| {println!("{e}"); println!("{:?}", e.source());}) } async fn init(iota_client: &IotaClient) -> anyhow::Result {