Skip to content

Commit 43a8235

Browse files
committed
fix test precision
1 parent abb183a commit 43a8235

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/segment/src/index/query_optimization/rescore_formula/formula_scorer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ mod tests {
440440
// Error cases
441441
#[case(ParsedExpression::new_geo_distance(
442442
GeoPoint { lat: 25.717877679163667, lon: -100.43383200156751 }, JsonPath::new(GEO_FIELD_NAME)
443-
), 21926.494)]
443+
), 21926.494151786308)]
444444
#[should_panic(
445445
expected = r#"VariableTypeError { field_name: JsonPath { first_key: "number", rest: [] }, expected_type: "geo point", "#
446446
)]

0 commit comments

Comments
 (0)