We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db357a commit b976126Copy full SHA for b976126
bindings/Sofa/tests/Core/BaseObject.py
@@ -55,7 +55,7 @@ def test_slave_master(self):
55
def test_getTarget(self):
56
root = create_scene("rootNode")
57
c = root.addObject("MechanicalObject", name="t")
58
- self.assertEqual(c.getTarget(), 'Sofa.Component.Container')
+ self.assertEqual(c.getTarget(), 'Sofa.Component.StateContainer')
59
60
def test_getName(self):
61
0 commit comments