mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-26 05:32:58 +08:00
Polish
This commit is contained in:
@@ -69,7 +69,7 @@ class DefaultProjectRequestToDescriptionConverterTests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
void convertWhenPlatformCompatiblityRangeIsNotSetShouldNotThrowException() {
|
void convertWhenPlatformCompatibilityRangeIsNotSetShouldNotThrowException() {
|
||||||
this.metadata = InitializrMetadataTestBuilder.withDefaults().setPlatformCompatibilityRange(null).build();
|
this.metadata = InitializrMetadataTestBuilder.withDefaults().setPlatformCompatibilityRange(null).build();
|
||||||
ProjectRequest request = createProjectRequest();
|
ProjectRequest request = createProjectRequest();
|
||||||
request.setBootVersion("1.5.9.RELEASE");
|
request.setBootVersion("1.5.9.RELEASE");
|
||||||
|
|||||||
Reference in New Issue
Block a user