diff --git a/milli/src/index.rs b/milli/src/index.rs index 0d74e0732..1ccef13dd 100644 --- a/milli/src/index.rs +++ b/milli/src/index.rs @@ -1466,9 +1466,9 @@ pub(crate) mod tests { db_snap!(index, field_distribution, @r###" - age 1 - id 2 - name 2 + age 1 | + id 2 | + name 2 | "### ); @@ -1486,9 +1486,9 @@ pub(crate) mod tests { db_snap!(index, field_distribution, @r###" - age 1 - id 2 - name 2 + age 1 | + id 2 | + name 2 | "### ); @@ -1502,9 +1502,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 | "### ); } diff --git a/milli/src/snapshots/index.rs/initial_field_distribution/1/field_distribution.snap b/milli/src/snapshots/index.rs/initial_field_distribution/1/field_distribution.snap index 9b074fb59..1d1d629e6 100644 --- a/milli/src/snapshots/index.rs/initial_field_distribution/1/field_distribution.snap +++ b/milli/src/snapshots/index.rs/initial_field_distribution/1/field_distribution.snap @@ -1,7 +1,7 @@ --- source: milli/src/index.rs --- -age 1 -id 2 -name 2 +age 1 | +id 2 | +name 2 | diff --git a/milli/src/snapshots/index.rs/initial_field_distribution/field_distribution.snap b/milli/src/snapshots/index.rs/initial_field_distribution/field_distribution.snap index 9b074fb59..1d1d629e6 100644 --- a/milli/src/snapshots/index.rs/initial_field_distribution/field_distribution.snap +++ b/milli/src/snapshots/index.rs/initial_field_distribution/field_distribution.snap @@ -1,7 +1,7 @@ --- source: milli/src/index.rs --- -age 1 -id 2 -name 2 +age 1 | +id 2 | +name 2 |