Skip to content

Commit f89ac22

Browse files
committed
I removed the "e" at the end of the test_getcategoriesmethod method
1 parent ba547d4 commit f89ac22

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_getcategoriesmethode(self):
11+
def test_getcategoriesmethod(self):
1212
import SofaRuntime
1313
SofaRuntime.importPlugin("SofaComponentAll")
1414
t = SofaRuntime.getCategories("MeshObjLoader")

0 commit comments

Comments
 (0)