diff --git a/ethers-contract/tests/it/contract.rs b/ethers-contract/tests/it/contract.rs index d6cbc82c..89dcb926 100644 --- a/ethers-contract/tests/it/contract.rs +++ b/ethers-contract/tests/it/contract.rs @@ -1,4 +1,4 @@ -use super::common::*; +use crate::common::*; use ethers_contract::{ abigen, ContractFactory, ContractInstance, EthAbiType, EthEvent, LogMeta, Multicall, MulticallError, MulticallVersion, @@ -61,7 +61,7 @@ impl Middleware for NonClone { // this is not a test. It is a compile check. :) // It exists to ensure that trait bounds on contract internal behave as // expected. It should not be run -fn it_compiles() { +fn _it_compiles() { let (abi, _bytecode) = compile_contract("SimpleStorage", "SimpleStorage.sol"); // launch anvil