Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 37b44b9

Browse files
committedJul 7, 2016
Remove extra blank line
1 parent f983980 commit 37b44b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎tests/unit/test_package.py

-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ def test_rpm_uninstall_non_existing(self, mock_is_rpm_installed):
157157
package.rpm_uninstall('anyrpm')
158158
self.assertEqual(cm.exception.message, '[any_host] Package is not installed')
159159

160-
161160
@patch('prestoadmin.package._is_rpm_installed')
162161
@patch('prestoadmin.package.sudo')
163162
def test_rpm_uninstall_non_existing_with_force(self, mock_sudo, mock_is_rpm_installed):

0 commit comments

Comments
 (0)
Please sign in to comment.