Skip to content

Commit

Permalink
chore: rust fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
etolbakov authored Nov 21, 2023
1 parent 86a7477 commit df1fae6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ mod tests {
assert_eq!(field_sorts[3].field, "_doc");
assert_eq!(field_sorts[3].order, SortOrder::Asc);
}

#[test]
fn test_unknown_field_behaviour() {
let json = r#"
Expand Down

0 comments on commit df1fae6

Please sign in to comment.