Skip to content

Commit

Permalink
fix cargo test error
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-zkp committed Oct 12, 2023
1 parent fb6dbbb commit 1779713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions interface/src/sign_change_pubkey.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ pub fn create_signed_change_pubkey(
Ok(Arc::new(tx))
}

#[cfg(not(feature = "ffi"))]
#[cfg(test)]
mod test {
use super::*;
Expand Down
1 change: 1 addition & 0 deletions provider/tests/test_rpc.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#[cfg(not(feature = "ffi"))]
#[cfg(test)]
mod test {
use jsonrpsee::http_client::HttpClientBuilder;
Expand Down

0 comments on commit 1779713

Please sign in to comment.