mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
fix the tests
This commit is contained in:
parent
7bd6f63001
commit
e845cc2b6f
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