mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-08 07:56:55 -04:00
fixing missing import for tests
This commit is contained in:
@@ -41,7 +41,7 @@ mod session;
|
||||
pub mod store;
|
||||
mod timeline_stream;
|
||||
|
||||
#[cfg(feature = "testing")]
|
||||
#[cfg(any(test, feature = "testing"))]
|
||||
pub use http;
|
||||
|
||||
pub use client::{BaseClient, BaseClientConfig};
|
||||
|
||||
Reference in New Issue
Block a user