Skip to content

Commit

Permalink
fixed by tox
Browse files Browse the repository at this point in the history
  • Loading branch information
UnDarkle committed Oct 16, 2018
1 parent f2d8121 commit 47de033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/management/test_resource_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,7 @@ def initialize(self):

self.assertNotEquals(resource.name, resource.demo1.name,
"Expected sub-service with name different than %r"
% (resource.name, resource.demo1.name))
% resource.name)

self.assertTrue(resource.initialized,
"Resource %r should have been initialized" %
Expand Down

0 comments on commit 47de033

Please sign in to comment.