Skip to content

Commit

Permalink
2 -> 3 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sloretz committed Aug 28, 2018
1 parent 42a1ec1 commit 1859f95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rclpy/test/test_clock.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ def test_triggered_clock_change_callbacks(self):
post_callback1.assert_not_called()
pre_callback2.assert_called()
post_callback2.assert_called()
pre_callback2.assert_called()
post_callback2.assert_called()
pre_callback3.assert_called()
post_callback3.assert_called()

pre_callback1.reset_mock()
post_callback1.reset_mock()
Expand All @@ -171,8 +171,8 @@ def test_triggered_clock_change_callbacks(self):
post_callback1.assert_not_called()
pre_callback2.assert_not_called()
post_callback2.assert_not_called()
pre_callback2.assert_not_called()
post_callback2.assert_not_called()
pre_callback3.assert_not_called()
post_callback3.assert_not_called()

handler1.unregister()
handler2.unregister()
Expand Down

0 comments on commit 1859f95

Please sign in to comment.