Fix some linting issues

This commit is contained in:
Raoul Snyman 2016-07-17 21:46:06 +02:00
parent 65fe62d69f
commit 785257020d
1 changed files with 0 additions and 1 deletions

View File

@ -679,4 +679,3 @@ class TestServiceManager(TestCase):
# THEN: The "save_as" method is called to save the service
self.assertTrue(result)
mocked_save_file_as.assert_called_with()