diff --git a/syncstorage-db/src/mock.rs b/syncstorage-db/src/mock.rs index 2f5575b613..a335c720c9 100644 --- a/syncstorage-db/src/mock.rs +++ b/syncstorage-db/src/mock.rs @@ -5,7 +5,7 @@ use futures::future; use syncserver_db_common::{GetPoolState, PoolState}; use syncstorage_db_common::{params, results, util::SyncTimestamp, Db, DbPool}; -use crate::DbError; +use syncstorage_db_common::error::SyncstorageDbError as DbError; type DbFuture<'a, T> = syncserver_db_common::DbFuture<'a, T, DbError>;