Skip to content

Commit 424fd5e

Browse files
zflatclalancette
andauthored
Update launch/test/launch/substitutions/test_python_expression.py
Co-authored-by: Chris Lalancette <[email protected]>
1 parent 6024df4 commit 424fd5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launch/test/launch/substitutions/test_python_expression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def test_python_substitution_submodule():
134134
try:
135135
result = subst.perform(lc)
136136
except SubstitutionFailure:
137-
pytest.fail('Failed to evaluate PythonExpression containing sys module.')
137+
pytest.fail('Failed to evaluate PythonExpression containing submodules.')
138138

139139
# The expression should evaluate to True
140140
assert result

0 commit comments

Comments
 (0)