We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c5941 commit a496ad7Copy full SHA for a496ad7
1 file changed
bindings/SofaRuntime/tests/SofaRuntime/Base.py
@@ -11,6 +11,6 @@ def test_moduleImport(self):
11
def test_getCategoriesmethod(self):
12
import SofaRuntime
13
SofaRuntime.importPlugin("Sofa.Component")
14
- t = SofaRuntime.getCategories("MeshObjLoader")
+ t = SofaRuntime.getCategories("MeshOBJLoader")
15
self.assertEquals(len(t),1)
16
self.assertIsInstance(t, list)
0 commit comments