Skip to content

Commit 86e7740

Browse files
committed
crypto: Enable testing module in test mode
1 parent 9cbd384 commit 86e7740

File tree

1 file changed

+1
-1
lines changed
  • crates/matrix-sdk-crypto/src

1 file changed

+1
-1
lines changed

crates/matrix-sdk-crypto/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pub mod types;
3333
mod utilities;
3434
mod verification;
3535

36-
#[cfg(feature = "testing")]
36+
#[cfg(any(test, feature = "testing"))]
3737
/// Testing facilities and helpers for crypto tests
3838
pub mod testing {
3939
pub use crate::identities::{

0 commit comments

Comments
 (0)