fix tests (#14)

This commit is contained in:
Giacomo Pasini 2022-11-23 15:49:43 +01:00 committed by GitHub
parent 90c7de6271
commit 0db0544a77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ pub trait StorageBackend {
#[cfg(test)]
pub mod testing {
use crate::storage::backends::StorageSerde;
use crate::backends::StorageSerde;
use bytes::Bytes;
use serde::de::DeserializeOwned;
use serde::Serialize;