mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-13 19:51:03 +00:00
Merge - Fix conficts with main
This commit is contained in:
@@ -106,15 +106,6 @@ impl AsRef<KitchensinkConfiguration> for Context {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
impl AsRef<ZombieNetConfiguration> for Context {
|
|
||||||
fn as_ref(&self) -> &ZombieNetConfiguration {
|
|
||||||
match self {
|
|
||||||
Self::ExecuteTests(context) => context.as_ref().as_ref(),
|
|
||||||
Self::ExportJsonSchema => unreachable!(),
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
impl AsRef<ReviveDevNodeConfiguration> for Context {
|
impl AsRef<ReviveDevNodeConfiguration> for Context {
|
||||||
fn as_ref(&self) -> &ReviveDevNodeConfiguration {
|
fn as_ref(&self) -> &ReviveDevNodeConfiguration {
|
||||||
match self {
|
match self {
|
||||||
@@ -312,12 +303,6 @@ impl AsRef<ReviveDevNodeConfiguration> for TestExecutionContext {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
impl AsRef<ZombieNetConfiguration> for TestExecutionContext {
|
|
||||||
fn as_ref(&self) -> &ZombieNetConfiguration {
|
|
||||||
&self.zombienet_configuration
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
impl AsRef<EthRpcConfiguration> for TestExecutionContext {
|
impl AsRef<EthRpcConfiguration> for TestExecutionContext {
|
||||||
fn as_ref(&self) -> &EthRpcConfiguration {
|
fn as_ref(&self) -> &EthRpcConfiguration {
|
||||||
&self.eth_rpc_configuration
|
&self.eth_rpc_configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user