Make test interpolation table match replay log
This broke master
Signed-off-by: milind-u <milind.upadhyay@gmail.com>
Change-Id: Id1e1168eab7ac84abb1521cc59aeefd5ea6990cb
diff --git a/y2020/constants.cc b/y2020/constants.cc
index f0e293a..e6f5678 100644
--- a/y2020/constants.cc
+++ b/y2020/constants.cc
@@ -129,7 +129,7 @@
// A set of constants for tests.
case 1:
r->shot_interpolation_table = InterpolationTable<Values::ShotParams>(
- {{1, {0.01, 250, 250}}, {10, {0.67, 500, 600}}});
+ {{1, {0.01, 250, 350}}, {10, {0.67, 500, 350}}});
case Values::kSpareRoborioTeamNumber:
break;