Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fredroy committed Dec 26, 2024
1 parent 397fa9b commit 5413ab5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/******************************************************************************
/******************************************************************************
* BeamAdapter plugin *
* (c) 2006 Inria, University of Lille, CNRS *
* *
Expand Down Expand Up @@ -26,6 +26,8 @@

TEST(AdaptiveBeamController, target)
{
sofa::simpleapi::importPlugin("BeamAdapter");

const auto node = sofa::simpleapi::createNode("node");
const auto controller = sofa::simpleapi::createObject(node, "AdaptiveBeamController");

Expand Down

0 comments on commit 5413ab5

Please sign in to comment.