Skip to content

Commit

Permalink
Update number of plugins in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
rjoomen committed Feb 16, 2024
1 parent c9fccfc commit debf109
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ void runTaskComposerFactoryTest(TaskComposerPluginFactory& factory, YAML::Node p
EXPECT_TRUE(cm != nullptr);
}
#ifdef TESSERACT_TASK_COMPOSER_HAS_TRAJOPT_IFOPT
EXPECT_EQ(task_plugins.size(), 34);
EXPECT_EQ(task_plugins.size(), 36);
#else
EXPECT_EQ(task_plugins.size(), 32);
#endif
Expand Down

0 comments on commit debf109

Please sign in to comment.