fix the tests

This commit is contained in:
Tamo
2022-10-03 18:50:06 +02:00
committed by Clément Renault
parent 7bd6f63001
commit e845cc2b6f
9 changed files with 327 additions and 107 deletions

View File

@ -11,4 +11,6 @@ pub enum Error {
Io(#[from] std::io::Error),
#[error(transparent)]
Serde(#[from] serde_json::Error),
#[error(transparent)]
Uuid(#[from] uuid::Error),
}