Make fields final
Closes gh-33537
This commit is contained in:
@@ -49,7 +49,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
*/
|
||||
class PropertiesMigrationReporterTests {
|
||||
|
||||
private ConfigurableEnvironment environment = new MockEnvironment();
|
||||
private final ConfigurableEnvironment environment = new MockEnvironment();
|
||||
|
||||
@Test
|
||||
void reportIsNullWithNoMatchingKeys() {
|
||||
|
||||
Reference in New Issue
Block a user