fix: contract tests

This commit is contained in:
DaniPopes 2023-02-25 15:12:16 +01:00
parent 58ce0e13e2
commit ec0cf0e8ef
No known key found for this signature in database
GPG Key ID: 0F09640DDB7AC692
3 changed files with 6 additions and 5 deletions

View File

@ -45,9 +45,11 @@ tokio = { version = "1.18", default-features = false, features = ["macros"] }
default = ["abigen"]
eip712 = ["ethers-derive-eip712", "ethers-core/eip712"]
abigen = ["ethers-contract-abigen/reqwest", "ethers-contract-derive"]
abigen-offline = ["ethers-contract-abigen", "ethers-contract-derive"]
celo = ["legacy", "ethers-core/celo", "ethers-core/celo", "ethers-providers/celo"]
abigen = ["abigen-offline", "ethers-contract-abigen/online"]
celo = ["legacy", "ethers-core/celo", "ethers-providers/celo"]
legacy = []
rustls = ["ethers-contract-abigen/rustls"]

View File

@ -6,8 +6,7 @@ use std::{
sync::Arc,
};
#[tokio::test]
async fn contract_call_into_future_is_send() {
fn _contract_call_into_future_is_send() {
abigen!(DsProxyFactory, "ethers-middleware/contracts/DsProxyFactory.json");
let (provider, _) = Provider::mocked();
let client = Arc::new(provider);

View File

@ -399,7 +399,7 @@ fn eth_display_works() {
#[test]
fn eth_display_works_for_human_readable() {
ethers_contract::abigen!(
abigen!(
HevmConsole,
r#"[
event log(string)