reverse unit test change

This commit is contained in:
Thorsten Laux 2019-01-11 17:08:38 +01:00 committed by mikeller
parent d9cd6f2cda
commit 006749a66c
1 changed files with 0 additions and 3 deletions

View File

@ -389,9 +389,6 @@ TEST(SchedulerUnittest, TestTwoTasks)
// of the two TASK_GYROPID should run first
scheduler();
EXPECT_EQ(&cfTasks[TASK_GYROPID], unittest_scheduler_selectedTask);
// of the two TASK_GYROPID should run again
scheduler();
EXPECT_EQ(&cfTasks[TASK_GYROPID], unittest_scheduler_selectedTask);
// and finally TASK_ACCEL should now run
scheduler();
EXPECT_EQ(&cfTasks[TASK_ACCEL], unittest_scheduler_selectedTask);