mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
fix the tests
This commit is contained in:
parent
e3bc87bf22
commit
b5ebab5c66
9 changed files with 327 additions and 107 deletions
|
@ -11,7 +11,7 @@ use time::macros::{format_description, time};
|
|||
use time::{Date, OffsetDateTime, PrimitiveDateTime};
|
||||
use uuid::Uuid;
|
||||
|
||||
#[derive(Debug, Deserialize, Serialize)]
|
||||
#[derive(Debug, PartialEq, Eq, Deserialize, Serialize)]
|
||||
pub struct Key {
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
pub description: Option<String>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue