Skip to content

Commit

Permalink
fix: gate testing utils on web client crate (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
igamigo authored Nov 8, 2024
1 parent 1320835 commit 049178d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/web-client/src/models/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ pub mod partial_note;
pub mod rpo256;
pub mod rpo_digest;
pub mod sync_summary;
#[cfg(feature = "testing")]
pub mod test_utils;
pub mod transaction_args;
pub mod transaction_filter;
Expand Down

0 comments on commit 049178d

Please sign in to comment.