Fixed SaturatedProfileTest.

Changed the error margin in SaturatedIntakeProfileTest since in commit b6a2236
the moment of inertia of the intake was changed.

Change-Id: I035500f40a1175568c1539b61e18ab3d591fdf96
diff --git a/y2016/control_loops/superstructure/superstructure_lib_test.cc b/y2016/control_loops/superstructure/superstructure_lib_test.cc
index f2c29e4..2c2bf5a 100644
--- a/y2016/control_loops/superstructure/superstructure_lib_test.cc
+++ b/y2016/control_loops/superstructure/superstructure_lib_test.cc
@@ -960,7 +960,7 @@
                   .max_angular_acceleration_wrist(100)
                   .Send());
 
-  set_peak_intake_velocity(4.60);
+  set_peak_intake_velocity(4.65);
   set_peak_shoulder_velocity(1.00);
   set_peak_wrist_velocity(1.00);
   RunForTime(Time::InSeconds(4));