simpler type when no args

This commit is contained in:
Bryan Stitt 2023-06-24 22:30:57 -07:00
parent 83123f5cdd
commit fee1a423a1

View File

@ -420,7 +420,7 @@ mod tests {
// mine a block
let _: U256 = anvil_provider
.request("evm_mine", None::<()>)
.request("evm_mine", ())
.await
.unwrap();