From 42dfe5f6738b7695f76aefeb20172b035b989e97 Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Sat, 25 Mar 2023 02:53:39 +0100 Subject: [PATCH] fix --- ethers-contract/tests/it/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;