Skip to content

Commit 42f76b8

Browse files
committed
Fix test name/config mismatch in diff_count test. Thanks Copilot!
1 parent aa215ce commit 42f76b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/geo_filters/src/diff_count.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,6 @@ mod tests {
655655
#[test]
656656
fn test_serialization_round_trip_13() {
657657
// Uses a u32 for MSB buckets
658-
serialization_round_trip::<GeoDiffConfig7>();
658+
serialization_round_trip::<GeoDiffConfig13>();
659659
}
660660
}

0 commit comments

Comments
 (0)