mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
fix the tests
This commit is contained in:
parent
e3bc87bf22
commit
b5ebab5c66
9 changed files with 327 additions and 107 deletions
|
@ -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),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue