Skip to content

Commit a496ad7

Browse files
authored
Fix CI failing due to test_moduleImport (#370)
1 parent 46c5941 commit a496ad7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • bindings/SofaRuntime/tests/SofaRuntime

bindings/SofaRuntime/tests/SofaRuntime/Base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ def test_moduleImport(self):
1111
def test_getCategoriesmethod(self):
1212
import SofaRuntime
1313
SofaRuntime.importPlugin("Sofa.Component")
14-
t = SofaRuntime.getCategories("MeshObjLoader")
14+
t = SofaRuntime.getCategories("MeshOBJLoader")
1515
self.assertEquals(len(t),1)
1616
self.assertIsInstance(t, list)

0 commit comments

Comments
 (0)