Skip to content

Commit

Permalink
Update test_discard_behavior.py
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
asymingt authored Oct 13, 2023
1 parent 1ff6893 commit dd445d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diagnostic_aggregator/test/test_discard_behavior.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def launch_description(yaml_file, diagnostic_aggregator_node):

@pytest.mark.parametrize('test_metadata', TEST_METADATA, indirect=True)
@pytest.mark.launch(fixture=launch_description)
def test_generate_bag(test_metadata, launch_context):
def test_discard_behavior(test_metadata, launch_context):
"""Run a launch test for each test in our set of tests."""
rclpy.init()

Expand Down

0 comments on commit dd445d2

Please sign in to comment.