Polish "Avoid NPE when replacement property does not exist"
Closes gh-15394
This commit is contained in:
@@ -161,7 +161,7 @@ public class PropertiesMigrationReporterTests {
|
||||
assertThat(report).isNotNull();
|
||||
assertThat(report).containsSubsequence("Property source 'first'",
|
||||
"deprecated.six.test", "Line: 1", "Reason",
|
||||
"Replacement key 'does.not.exist' uses an incompatible target type");
|
||||
"No metadata found for replacement key 'does.not.exist'");
|
||||
assertThat(report).doesNotContain("null");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user