Skip to content

Commit

Permalink
Fixed a testcase failure in the added vectorSearch feature
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Mar 8, 2024
1 parent 9dff1b0 commit e21d8a9
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 @@ -1297,7 +1297,7 @@ mod tests {
number: 0,
nested: Nested { child: S("first") }
},
&results.hits[0].result.id
&results.hits[0].result
);

Ok(())
Expand Down

0 comments on commit e21d8a9

Please sign in to comment.