guard test behing feature flag

This commit is contained in:
Valere
2025-09-03 11:13:30 +02:00
committed by Damir Jelić
parent e83af1aae2
commit 0fc0a5514d

View File

@@ -1,3 +1,4 @@
#![cfg(feature = "unstable-msc4310")]
use std::sync::{Arc, Mutex};
use matrix_sdk::test_utils::mocks::MatrixMockServer;