Skip to content

Commit

Permalink
Fix test on cropping
Browse files Browse the repository at this point in the history
  • Loading branch information
bidoubiwa committed Jul 18, 2023
1 parent 1b3dfb5 commit 163165c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search.rs
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ mod tests {
assert_eq!(
&Document {
id: 0,
value: S("(ꈍᴗꈍ) sed do eiusmod tempor incididunt ut(ꈍᴗꈍ)"),
value: S("(ꈍᴗꈍ)sed do eiusmod tempor incididunt ut(ꈍᴗꈍ)"),
kind: S("text"),
number: 0,
nested: Nested { child: S("first") }
Expand Down

0 comments on commit 163165c

Please sign in to comment.