@@ -3,7 +3,7 @@ use std::{borrow::Cow, fmt, path::Path, sync::Arc};
33use async_trait:: async_trait;
44use deadpool_sqlite:: { Object as SqliteAsyncConn , Pool as SqlitePool , Runtime } ;
55use matrix_sdk_base:: {
6- event_cache_store :: EventCacheStore ,
6+ event_cache :: store :: EventCacheStore ,
77 media:: { MediaRequestParameters , UniqueKey } ,
88} ;
99use matrix_sdk_store_encryption:: StoreCipher ;
@@ -279,7 +279,7 @@ mod tests {
279279 } ;
280280
281281 use matrix_sdk_base:: {
282- event_cache_store :: { EventCacheStore , EventCacheStoreError } ,
282+ event_cache :: store :: { EventCacheStore , EventCacheStoreError } ,
283283 event_cache_store_integration_tests, event_cache_store_integration_tests_time,
284284 media:: { MediaFormat , MediaRequestParameters , MediaThumbnailSettings } ,
285285 } ;
@@ -387,7 +387,7 @@ mod encrypted_tests {
387387 use std:: sync:: atomic:: { AtomicU32 , Ordering :: SeqCst } ;
388388
389389 use matrix_sdk_base:: {
390- event_cache_store :: EventCacheStoreError , event_cache_store_integration_tests,
390+ event_cache :: store :: EventCacheStoreError , event_cache_store_integration_tests,
391391 event_cache_store_integration_tests_time,
392392 } ;
393393 use once_cell:: sync:: Lazy ;
0 commit comments