mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-25 21:22:58 +08:00
Polish
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user