From c90e187436f74d286ec942ce08cbcf7fa9ae0cb8 Mon Sep 17 00:00:00 2001 From: Marios Christou Date: Mon, 29 Sep 2025 12:03:00 +0300 Subject: [PATCH] Merge - Fix conficts with main --- crates/config/src/lib.rs | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/crates/config/src/lib.rs b/crates/config/src/lib.rs index 212eefc..867e2d9 100644 --- a/crates/config/src/lib.rs +++ b/crates/config/src/lib.rs @@ -106,15 +106,6 @@ impl AsRef for Context { } } -impl AsRef for Context { - fn as_ref(&self) -> &ZombieNetConfiguration { - match self { - Self::ExecuteTests(context) => context.as_ref().as_ref(), - Self::ExportJsonSchema => unreachable!(), - } - } -} - impl AsRef for Context { fn as_ref(&self) -> &ReviveDevNodeConfiguration { match self { @@ -312,12 +303,6 @@ impl AsRef for TestExecutionContext { } } -impl AsRef for TestExecutionContext { - fn as_ref(&self) -> &ZombieNetConfiguration { - &self.zombienet_configuration - } -} - impl AsRef for TestExecutionContext { fn as_ref(&self) -> &EthRpcConfiguration { &self.eth_rpc_configuration