60d68cd
diff --git a/tests/kml/engine/feature_view_test.cc b/tests/kml/engine/feature_view_test.cc
60d68cd
index ce572bb..0b53851 100644
60d68cd
--- a/tests/kml/engine/feature_view_test.cc
60d68cd
+++ b/tests/kml/engine/feature_view_test.cc
60d68cd
@@ -144,7 +144,7 @@ TEST(FeatureViewTest, TestComputeBboxLookAt) {
60d68cd
   // These fields are expected to be set to these values.
60d68cd
   ASSERT_DOUBLE_EQ(-86.032775, lookat->get_longitude());
60d68cd
   ASSERT_DOUBLE_EQ(35.78925, lookat->get_latitude());
60d68cd
-  ASSERT_DOUBLE_EQ(712928.68603440293, lookat->get_range());
60d68cd
+  ASSERT_NEAR(712928.68603440, lookat->get_range(), 0.0000001);
60d68cd
   // These fields are not set by ComputeBboxLookAt.
60d68cd
   ASSERT_FALSE(lookat->has_altitude());
60d68cd
   ASSERT_FALSE(lookat->has_heading());