Skip to content

Commit e21d8a9

Browse files
Fixed a testcase failure in the added vectorSearch feature
1 parent 9dff1b0 commit e21d8a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/search.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1297,7 +1297,7 @@ mod tests {
12971297
number: 0,
12981298
nested: Nested { child: S("first") }
12991299
},
1300-
&results.hits[0].result.id
1300+
&results.hits[0].result
13011301
);
13021302

13031303
Ok(())

0 commit comments

Comments
 (0)