Skip to content

Commit

Permalink
Fix obsolete unit test method name
Browse files Browse the repository at this point in the history
  • Loading branch information
RTnhN authored Mar 21, 2024
1 parent 35f7a0d commit 1ff8455
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 1ff8455

Please sign in to comment.