Skip to content

Commit

Permalink
Fixed decorator test
Browse files Browse the repository at this point in the history
  • Loading branch information
tcalmant committed May 24, 2018
1 parent 5db4025 commit e052a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ipopo/test_decorators.py
Expand Up @@ -166,7 +166,7 @@ def testCallbacks(self):
decorators.Validate: constants.IPOPO_CALLBACK_VALIDATE,
decorators.Invalidate: constants.IPOPO_CALLBACK_INVALIDATE,
decorators.ValidateComponent(constants.ARG_BUNDLE_CONTEXT):
constants.IPOPO_CALLBACK_INVALIDATE,
constants.IPOPO_CALLBACK_VALIDATE,
decorators.InvalidateComponent(constants.ARG_BUNDLE_CONTEXT):
constants.IPOPO_CALLBACK_INVALIDATE,
}
Expand Down

0 comments on commit e052a39

Please sign in to comment.