Fix the tests

This commit is contained in:
Kerollmops 2023-06-14 15:57:31 +02:00 committed by Clément Renault
parent 3c31e1cdd1
commit 2cf747cb89
No known key found for this signature in database
GPG Key ID: 92ADA4E935E71FA4

View File

@ -1497,9 +1497,9 @@ pub(crate) mod tests {
db_snap!(index, field_distribution,
@r###"
age 1
id 2
name 2
age 1 |
id 2 |
name 2 |
"###
);
@ -1517,9 +1517,9 @@ pub(crate) mod tests {
db_snap!(index, field_distribution,
@r###"
age 1
id 2
name 2
age 1 |
id 2 |
name 2 |
"###
);
@ -1533,9 +1533,9 @@ pub(crate) mod tests {
db_snap!(index, field_distribution,
@r###"
has_dog 1
id 2
name 2
has_dog 1 |
id 2 |
name 2 |
"###
);
}