mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-22 21:04:27 +01:00
Fix tests
This commit is contained in:
parent
d9b4b39922
commit
e0c4682758
@ -1466,9 +1466,9 @@ pub(crate) mod tests {
|
|||||||
|
|
||||||
db_snap!(index, field_distribution,
|
db_snap!(index, field_distribution,
|
||||||
@r###"
|
@r###"
|
||||||
age 1
|
age 1 |
|
||||||
id 2
|
id 2 |
|
||||||
name 2
|
name 2 |
|
||||||
"###
|
"###
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -1486,9 +1486,9 @@ pub(crate) mod tests {
|
|||||||
|
|
||||||
db_snap!(index, field_distribution,
|
db_snap!(index, field_distribution,
|
||||||
@r###"
|
@r###"
|
||||||
age 1
|
age 1 |
|
||||||
id 2
|
id 2 |
|
||||||
name 2
|
name 2 |
|
||||||
"###
|
"###
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -1502,9 +1502,9 @@ pub(crate) mod tests {
|
|||||||
|
|
||||||
db_snap!(index, field_distribution,
|
db_snap!(index, field_distribution,
|
||||||
@r###"
|
@r###"
|
||||||
has_dog 1
|
has_dog 1 |
|
||||||
id 2
|
id 2 |
|
||||||
name 2
|
name 2 |
|
||||||
"###
|
"###
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
source: milli/src/index.rs
|
source: milli/src/index.rs
|
||||||
---
|
---
|
||||||
age 1
|
age 1 |
|
||||||
id 2
|
id 2 |
|
||||||
name 2
|
name 2 |
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
source: milli/src/index.rs
|
source: milli/src/index.rs
|
||||||
---
|
---
|
||||||
age 1
|
age 1 |
|
||||||
id 2
|
id 2 |
|
||||||
name 2
|
name 2 |
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user