Skip to content

Commit

Permalink
Merge pull request #4004 from modenaxe/main
Browse files Browse the repository at this point in the history
Fix typo in test_sockets_inputs_outputs.py (assertEquals should be as…
  • Loading branch information
nickbianco authored Jan 31, 2025
2 parents d7168c0 + 3472c2b commit d39522a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bindings/Python/tests/test_sockets_inputs_outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def test_output_values(self):

# AbstractChannel.
coord = model.getCoordinateSet().get(0)
self.assertEquals(coord.getOutput('speed').getChannel('').getPathName(),
self.assertEqual(coord.getOutput('speed').getChannel('').getPathName(),
'/jointset/r_shoulder/r_shoulder_elev|speed')

# Access the value of a concrete Channel.
Expand Down

0 comments on commit d39522a

Please sign in to comment.