Skip to content

Commit

Permalink
Merge branch 'master' into xp-readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
hugtalbot committed Aug 31, 2023
2 parents 36af3c5 + a496ad7 commit 0e28dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/SofaRuntime/tests/SofaRuntime/Base.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ def test_moduleImport(self):
def test_getCategoriesmethod(self):
import SofaRuntime
SofaRuntime.importPlugin("Sofa.Component")
t = SofaRuntime.getCategories("MeshObjLoader")
t = SofaRuntime.getCategories("MeshOBJLoader")
self.assertEquals(len(t),1)
self.assertIsInstance(t, list)

0 comments on commit 0e28dc3

Please sign in to comment.