common: Use the correct magic number in Fixed15_49::pi_div_two().
[gps-watch.git] / test / gps_test.rs
index 57c88991f5fcb6a7eb4c75900f3c75529b521d79..bba47fe9d4751427566cf3e40f0fa7fa6b8ece5c 100644 (file)
@@ -111,5 +111,5 @@ fn distance_cm0() {
         longitude_rad: Fixed::from_f32(8.79443667).to_radians(),
     };
 
-    assert_eq!(349, tap1.distance_cm(&tap0));
+    assert_eq!(251, tap1.distance_cm(&tap0));
 }