Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
Signed-off-by: ymski <[email protected]>
  • Loading branch information
ymski committed Dec 25, 2023
1 parent 45eeff7 commit 0a3d08b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/verb/test_check_caret_rclcpp.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,5 @@ def test_validate_ros_distribution(self, mocker, caplog):
RclcppCheck('')
except SystemExit:
assert len(caplog.records) == 1
assert f'There is no need to build packages using caret-rclcpp under ROS 2 iron.' in caplog.messages[0]
assert 'There is no need to build packages ' \
'using caret-rclcpp under ROS 2 iron.' in caplog.messages[0]

0 comments on commit 0a3d08b

Please sign in to comment.