mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-20 23:27:44 -04:00
This PR allows `init_tracing_for_test` to be called by any other crate in the sdk Signed-off-by: multi [multiestunhappydev@gmail.com](mailto:multiestunhappydev@gmail.com)
7 lines
90 B
Rust
7 lines
90 B
Rust
#![cfg(test)]
|
|
|
|
matrix_sdk_test_utils::init_tracing_for_tests!();
|
|
|
|
mod helpers;
|
|
mod tests;
|