Skip to content

Commit 969b153

Browse files
committed
fix test precision
1 parent a6592aa commit 969b153

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
@@ -427,7 +427,7 @@ mod tests {
427427
// Error cases
428428
#[case(ParsedExpression::new_geo_distance(
429429
GeoPoint { lat: 25.717877679163667, lon: -100.43383200156751 }, JsonPath::new(GEO_FIELD_NAME)
430-
), 21926.494)]
430+
), 21926.494151786308)]
431431
#[should_panic(
432432
expected = r#"VariableTypeError { field_name: JsonPath { first_key: "number", rest: [] }, expected_type: "geo point", "#
433433
)]

0 commit comments

Comments
 (0)