Skip to content

Commit

Permalink
Remove unused ready_fn from test_echo_pub.py
Browse files Browse the repository at this point in the history
Signed-off-by: Pete Baughman <peter.c.baughman@gmail.com>
  • Loading branch information
pbaughman committed Feb 6, 2020
1 parent a1d9897 commit 002ef31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros2topic/test/test_echo_pub.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

@pytest.mark.rostest
@launch_testing.markers.keep_alive
def generate_test_description(ready_fn):
def generate_test_description():
return LaunchDescription([
# Always restart daemon to isolate tests.
ExecuteProcess(
Expand Down

0 comments on commit 002ef31

Please sign in to comment.