Fixed superstructure test failure due to trying to reset while in the bellypan.

Change-Id: I535ee4858ec25a25da665767108162c0fba1f287
diff --git a/y2016/control_loops/superstructure/superstructure_lib_test.cc b/y2016/control_loops/superstructure/superstructure_lib_test.cc
index 3affe2f..eff5017 100644
--- a/y2016/control_loops/superstructure/superstructure_lib_test.cc
+++ b/y2016/control_loops/superstructure/superstructure_lib_test.cc
@@ -536,8 +536,8 @@
 
   ASSERT_TRUE(superstructure_queue_.goal.MakeWithBuilder()
                   .angle_intake(constants::Values::kIntakeRange.lower + 0.3)
-                  .angle_shoulder(constants::Values::kShoulderRange.lower + 0.3)
-                  .angle_wrist(constants::Values::kWristRange.lower + 0.3)
+                  .angle_shoulder(constants::Values::kShoulderRange.upper)
+                  .angle_wrist(0.0)
                   .Send());
   RunForTime(Time::InSeconds(15));