Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
fix: remove ethers celo feature and ignore celo test (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Jun 10, 2021
1 parent c5b7ab6 commit f3cddc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ethers-providers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ tempfile = "3.2.0"

[features]
default = ["ws", "ipc"]
celo = ["ethers-core/celo", "ethers/celo"]
celo = ["ethers-core/celo"]
ws = ["tokio", "tokio-tungstenite"]
ipc = ["tokio", "tokio/io-util", "tokio-util", "bytes"]
1 change: 1 addition & 0 deletions ethers-providers/src/provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -875,6 +875,7 @@ mod tests {
}

#[tokio::test]
#[cfg_attr(feature = "celo", ignore)]
async fn test_is_signer() {
use ethers_core::utils::Ganache;
use std::str::FromStr;
Expand Down

0 comments on commit f3cddc1

Please sign in to comment.