diff --git a/ethers-contract/tests/it/main.rs b/ethers-contract/tests/it/main.rs index d8a65070..9e1f2888 100644 --- a/ethers-contract/tests/it/main.rs +++ b/ethers-contract/tests/it/main.rs @@ -9,8 +9,8 @@ mod contract_call; mod eip712; -// #[cfg(all(not(target_arch = "wasm32"), not(feature = "celo")))] +#[cfg(all(not(target_arch = "wasm32"), not(feature = "celo")))] mod common; -// #[cfg(all(not(target_arch = "wasm32"), not(feature = "celo")))] +#[cfg(all(not(target_arch = "wasm32"), not(feature = "celo")))] mod contract;