Skip to content

Commit

Permalink
Update launch/test/launch/substitutions/test_python_expression.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Lalancette <[email protected]>
  • Loading branch information
zflat and clalancette authored Aug 15, 2023
1 parent 6024df4 commit 424fd5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/test/launch/substitutions/test_python_expression.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def test_python_substitution_submodule():
try:
result = subst.perform(lc)
except SubstitutionFailure:
pytest.fail('Failed to evaluate PythonExpression containing sys module.')
pytest.fail('Failed to evaluate PythonExpression containing submodules.')

# The expression should evaluate to True
assert result

0 comments on commit 424fd5e

Please sign in to comment.