diff --git a/wpilibc/wpilibC++IntegrationTests/src/MotorEncoderTest.cpp b/wpilibc/wpilibC++IntegrationTests/src/MotorEncoderTest.cpp index 9586df8363..dfd078c155 100644 --- a/wpilibc/wpilibC++IntegrationTests/src/MotorEncoderTest.cpp +++ b/wpilibc/wpilibC++IntegrationTests/src/MotorEncoderTest.cpp @@ -134,7 +134,7 @@ TEST_P(MotorEncoderTest, PIDController) { Wait(10.0); pid.Disable(); - RecordProperty("PID Error", pid.GetError()); + RecordProperty("PIDError", pid.GetError()); EXPECT_TRUE(pid.OnTarget()) << "PID loop did not converge within 5 seconds."; }