Skip to content

Commit bb6019b

Browse files
committed
I changed
test_getcategoriesmethod(self) in test_getCategoriesMethod(self)
1 parent 38ff5db commit bb6019b

File tree

1 file changed

+1
-1
lines changed
  • bindings/SofaRuntime/tests/SofaRuntime

1 file changed

+1
-1
lines changed

bindings/SofaRuntime/tests/SofaRuntime/Base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def test_moduleImport(self):
88
import SofaRuntime
99
SofaRuntime.importPlugin('SofaComponentAll')
1010

11-
def test_getcategoriesmethod(self):
11+
def test_getCategoriesmethod(self):
1212
import SofaRuntime
1313
SofaRuntime.importPlugin("SofaComponentAll")
1414
t = SofaRuntime.getCategories("MeshObjLoader")

0 commit comments

Comments
 (0)