Skip to content

Commit

Permalink
update unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
fredroy committed Sep 20, 2024
1 parent f91a928 commit 7ba920c
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 @@ -12,5 +12,5 @@ def test_getCategoriesmethod(self):
import SofaRuntime
SofaRuntime.importPlugin("Sofa.Component")
t = SofaRuntime.getCategories("MeshOBJLoader")
self.assertEquals(len(t),1)
self.assertEqual(len(t),1)
self.assertIsInstance(t, list)

0 comments on commit 7ba920c

Please sign in to comment.