-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FORGE-2265: Refactoring the CDI Commands #543
Conversation
Build 763 outcome was FAILURE using a merge of 51a5907 Build problems:Failed tests detected Failed tests
|
Build 790 outcome was FAILURE using a merge of 51a5907 Build problems:Failed tests detected Failed tests
|
@@ -111,7 +111,7 @@ public void checkCommandMetadata() throws Exception | |||
assertTrue(controller.hasInput("targetPackage")); | |||
assertTrue(controller.hasInput("overwrite")); | |||
assertTrue(controller.hasInput("interceptorBinding")); | |||
assertTrue(controller.getValueFor("targetPackage").toString().endsWith("unknown")); | |||
assertTrue(controller.getValueFor("targetPackage").toString().endsWith("beans")); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about using the created constant instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
Build 791 outcome was FAILURE using a merge of f41f313 Build problems:Failed tests detected Failed tests
|
Build 764 outcome was FAILURE using a merge of f41f313 Build problems:Failed tests detected Failed tests
|
FORGE-2265: Refactoring the CDI Commands
Fantastic! Thank you very much |
No description provided.