mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Removing redundant test (scenario is covered by other tests).
This commit is contained in:
parent
ddd322fb9f
commit
8999752cf0
1 changed files with 0 additions and 9 deletions
|
@ -84,15 +84,6 @@ TEST(FlightImuTest, IsThrustFacingDownwards)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST(FlightImuTest, IsThrustFacingUpwards)
|
|
||||||
{
|
|
||||||
angleInclinations_t angleInclinations = { { 800, 800 } };
|
|
||||||
|
|
||||||
bool result = isThrustFacingDownwards(&angleInclinations);
|
|
||||||
|
|
||||||
EXPECT_EQ(false, result);
|
|
||||||
}
|
|
||||||
|
|
||||||
// STUBS
|
// STUBS
|
||||||
|
|
||||||
uint16_t acc_1G;
|
uint16_t acc_1G;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue