pinakes-core: fix hasher usage in tests

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ied03277d450e39299470667ef479c3526a6a6964
This commit is contained in:
raf 2026-03-19 23:57:48 +03:00
commit 5b817e0b3e
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
3 changed files with 21 additions and 8 deletions

View file

@ -1172,7 +1172,7 @@ pub trait StorageBackend: Send + Sync + 'static {
/// Create a backup of the database to the specified path.
///
/// Only supported for SQLite (uses VACUUM INTO). PostgreSQL
/// Only supported for `SQLite` (uses VACUUM INTO). `PostgreSQL`
/// deployments should use `pg_dump` directly; this method returns
/// `PinakesError::InvalidOperation` for unsupported backends.
async fn backup(&self, _dest: &std::path::Path) -> Result<()> {