Skip to content

Commit

Permalink
Fix a test method name to be more consistent with what it does now
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed May 2, 2018
1 parent 7364593 commit e36399b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -43,7 +43,7 @@ public static WebArchive createTestArchive() {
@SpecAssertion(section = Sections.VALIDATIONAPI_BOOTSTRAPPING_CONFIGURATION, id = "f")
@SpecAssertion(section = Sections.VALIDATIONAPI_BOOTSTRAPPING_XMLCONFIGURATION, id = "q")
@SpecAssertion(section = Sections.INTEGRATION_GENERAL_EXECUTABLE, id = "i")
public void testGetDefaultValidatedExecutableTypesReturnsEmptySetIfNONEIsContained() {
public void testGetDefaultValidatedExecutableTypesStripsNONEIfNONEIsContained() {
BootstrapConfiguration bootstrapConfiguration = TestUtil.getConfigurationUnderTest()
.getBootstrapConfiguration();

Expand Down

0 comments on commit e36399b

Please sign in to comment.