Skip to content

Commit

Permalink
fix: MockDb needs to use syncstorage-db-common Error
Browse files Browse the repository at this point in the history
  • Loading branch information
Eragonfr committed Jan 3, 2025
1 parent ab6ee22 commit 45f5c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syncstorage-db/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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>;

Expand Down

0 comments on commit 45f5c82

Please sign in to comment.