Files
matrix-rust-sdk/testing/matrix-sdk-integration-testing/src/lib.rs
Kévin Commaille ba5881355d chore(test): Upgrade ctor
Fixes the `unexpected_cfgs` warning so it doesn't need to be disabled anymore.

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
2024-11-29 19:59:24 +01:00

7 lines
84 B
Rust

#![cfg(test)]
matrix_sdk_test::init_tracing_for_tests!();
mod helpers;
mod tests;