Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Patterson committed Apr 3, 2020
1 parent 6347266 commit e0909f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions tests/unit/plugins/v1/ros/test_rosdep.py
Expand Up @@ -62,9 +62,7 @@ def test_setup(self):
self.ubuntu_mock.assert_has_calls(
[
mock.call(
self.rosdep._rosdep_path,
sources="sources",
keyrings=["keyring"],
self.rosdep._rosdep_path, sources="sources", keyrings=["keyring"]
),
mock.call().get(["python-rosdep"]),
mock.call().unpack(self.rosdep._rosdep_install_path),
Expand Down
4 changes: 1 addition & 3 deletions tests/unit/plugins/v1/ros/test_wstool.py
Expand Up @@ -55,9 +55,7 @@ def test_setup(self):
self.ubuntu_mock.assert_has_calls(
[
mock.call(
self.wstool._wstool_path,
sources="sources",
keyrings=["keyring"],
self.wstool._wstool_path, sources="sources", keyrings=["keyring"]
),
mock.call().get(["python-wstool"]),
mock.call().unpack(self.wstool._wstool_install_path),
Expand Down

0 comments on commit e0909f9

Please sign in to comment.