Skip to content

Commit 2f39ebf

Browse files
committed
Polish
1 parent b8d2c27 commit 2f39ebf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-properties-migrator/src/test/java/org/springframework/boot/context/properties/migrator/PropertiesMigrationReporterTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ void invalidNameHandledGracefully() {
162162
}
163163

164164
@Test
165-
void mapPropertiesDeprecatedNoReplacement() throws IOException {
165+
void mapPropertiesDeprecatedNoReplacement() {
166166
this.environment.getPropertySources()
167167
.addFirst(
168168
new MapPropertySource("first", Collections.singletonMap("custom.map-no-replacement.key", "value")));
@@ -173,7 +173,7 @@ void mapPropertiesDeprecatedNoReplacement() throws IOException {
173173
}
174174

175175
@Test
176-
void mapPropertiesDeprecatedWithReplacement() throws IOException {
176+
void mapPropertiesDeprecatedWithReplacement() {
177177
this.environment.getPropertySources()
178178
.addFirst(new MapPropertySource("first",
179179
Collections.singletonMap("custom.map-with-replacement.key", "value")));

0 commit comments

Comments
 (0)