This commit is contained in:
Stephane Nicoll 2022-11-15 13:40:19 +01:00
parent 301cf2224f
commit 3ccc2011cd

View File

@ -69,7 +69,7 @@ class DefaultProjectRequestToDescriptionConverterTests {
}
@Test
void convertWhenPlatformCompatiblityRangeIsNotSetShouldNotThrowException() {
void convertWhenPlatformCompatibilityRangeIsNotSetShouldNotThrowException() {
this.metadata = InitializrMetadataTestBuilder.withDefaults().setPlatformCompatibilityRange(null).build();
ProjectRequest request = createProjectRequest();
request.setBootVersion("1.5.9.RELEASE");