simpler type when no args
This commit is contained in:
parent
83123f5cdd
commit
fee1a423a1
@ -420,7 +420,7 @@ mod tests {
|
||||
|
||||
// mine a block
|
||||
let _: U256 = anvil_provider
|
||||
.request("evm_mine", None::<()>)
|
||||
.request("evm_mine", ())
|
||||
.await
|
||||
.unwrap();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user