mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: fmt
This commit is contained in:
@ -181,8 +181,7 @@ mod tests {
|
||||
#[test]
|
||||
fn parse_common_import_command_chain_args() {
|
||||
for chain in ["mainnet", "sepolia", "goerli"] {
|
||||
let args: ImportCommand =
|
||||
ImportCommand::parse_from(["reth", "--chain", chain, "."]);
|
||||
let args: ImportCommand = ImportCommand::parse_from(["reth", "--chain", chain, "."]);
|
||||
assert_eq!(args.chain.chain, chain.parse().unwrap());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user