Skip to content

Commit

Permalink
Fix CI failing due to test_moduleImport (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugtalbot authored Aug 31, 2023
1 parent 46c5941 commit a496ad7
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 a496ad7

Please sign in to comment.