Skip to content

Commit

Permalink
Replace methods instead of merging
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzejkop committed Dec 16, 2024
1 parent a77adca commit a2af9cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion world-chain-builder/crates/world/node/tests/e2e.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ impl WorldChainBuilderTestContext {
let provider = ctx.provider().clone();
let pool = ctx.pool().clone();
let eth_api_ext = WorldChainEthApiExt::new(pool, provider, None);
ctx.modules.merge_configured(eth_api_ext.into_rpc())?;

ctx.modules.replace_configured(eth_api_ext.into_rpc())?;
Ok(())
});

Expand Down

0 comments on commit a2af9cf

Please sign in to comment.