mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 00:58:11 -05:00
fix: make it compile again (#1459)
This commit is contained in:
@@ -198,7 +198,7 @@ mod tests {
|
||||
let expected = vec![RethRpcModule::Eth, RethRpcModule::Admin, RethRpcModule::Debug];
|
||||
assert_eq!(config.http().cloned().unwrap().into_selection(), expected);
|
||||
assert_eq!(
|
||||
config.ws().unwrap().cloned().into_selection(),
|
||||
config.ws().cloned().unwrap().into_selection(),
|
||||
vec![RethRpcModule::Admin, RethRpcModule::Eth]
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user