1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-21 15:25:36 +03:00

Removed useless test.

This commit is contained in:
Michael Keller 2019-11-20 08:20:23 +13:00 committed by mikeller
parent 5808bfd6f3
commit f2a16157de
2 changed files with 1 additions and 9 deletions

View file

@ -175,11 +175,7 @@ TEST(FlightImuTest, TestSmallAngle)
imuComputeRotationMatrix();
// expect
<<<<<<< HEAD
EXPECT_EQ(false, isUpright());
=======
EXPECT_TRUE(isUpright());
>>>>>>> Improved tests.
EXPECT_FALSE(isUpright());
// given
rMat[0][0] = r1;