mirror of
https://gitee.com/dcren/initializr.git
synced 2026-09-27 23:07:39 +08:00
Polish
This commit is contained in:
+1
-1
@@ -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