Adjust tests to changes

This commit is contained in:
F. Levi
2024-09-17 17:31:09 +03:00
parent 993408d3ba
commit f7337affd6
2 changed files with 23 additions and 23 deletions

View File

@ -919,7 +919,7 @@ mod tests {
// should return 10 words with a marker at the start as well the end, and the highlighted matches.
insta::assert_snapshot!(
matcher.format(format_options),
@"had the power to split <em>the world</em> between those who…"
@"…the power to split <em>the world</em> between those who embraced"
);
let builder = MatcherBuilder::new_test(&rtxn, &temp_index, "those \"and those\"");