Skip to content

Commit 578e9bb

Browse files
committed
[tests/Core] Add missing RequiredPlugin in BaseLink.py
1 parent 858be20 commit 578e9bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bindings/Sofa/tests/Core/BaseLink.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
def create_scene(rootName="root"):
88
root = Sofa.Core.Node(rootName)
99
root.addObject("RequiredPlugin", name="SofaBaseMechanics")
10+
root.addObject("RequiredPlugin", name="SofaDeformable")
1011
return root
1112

1213
class Test(unittest.TestCase):

0 commit comments

Comments
 (0)