Skip to content

Commit

Permalink
Fix a flake8 violation in tests (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay authored Sep 21, 2022
1 parent e241d14 commit b6ad189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_rosdep_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def test_SourceInstaller_get_install_command():
exit 0
"""
commands = installer.get_install_command([resolved])
assert not(commands)
assert not commands


def test_SourceInstaller_resolve():
Expand Down

0 comments on commit b6ad189

Please # to comment.