Skip to content

Commit 2655bda

Browse files
committed
Fixup copyright year used in test
1 parent e7ae343 commit 2655bda

File tree

1 file changed

+1
-1
lines changed
  • spring-javaformat-eclipse/io.spring.javaformat.eclipse.tests/src/io/spring/javaformat/eclipse/projectsettings

1 file changed

+1
-1
lines changed

spring-javaformat-eclipse/io.spring.javaformat.eclipse.tests/src/io/spring/javaformat/eclipse/projectsettings/ProjectPropertiesTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public void getModifiedContentReplacesCopyrightYear() throws IOException {
8585
ProjectSettingsFile prefs = getFile(files, "org.eclipse.jdt.ui.prefs");
8686
String content = loadContent(properties.getModifiedContent(prefs));
8787
assertThat(content)
88-
.contains("Copyright 2016-2019 the original author or authors");
88+
.contains("Copyright 2016-2020 the original author or authors");
8989

9090
}
9191

0 commit comments

Comments
 (0)