mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 11:50:35 +08:00
Reset parameters in test setup, not teardown
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
class ParameterTest : public ::testing::Test
|
||||
{
|
||||
public:
|
||||
void TearDown() override
|
||||
void SetUp() override
|
||||
{
|
||||
param_reset_all();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user