mirror of
https://gitee.com/dcren/initializr.git
synced 2025-04-05 17:38:06 +08:00
Polish
This commit is contained in:
parent
301cf2224f
commit
3ccc2011cd
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user