Skip to content

Commit

Permalink
Fix tests compilation with respect to SOFA
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbilger committed Jan 15, 2025
1 parent 2781c8e commit 38b3c32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PluginExample_test/MyBehaviorModel_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ class MyBehaviorModel_test : public BaseTest,
public:
using MyBehaviorModel = sofa::component::behaviormodel::MyBehaviorModel;

void TearDown()
void doTearDown() override
{

}

void SetUp()
void doSetUp() override
{
m_behaviorModel = sofa::core::objectmodel::New< MyBehaviorModel >();
}
Expand Down

0 comments on commit 38b3c32

Please sign in to comment.