Skip to content

Commit 6ed1cc1

Browse files
committed
toList
1 parent c87d4c9 commit 6ed1cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/jabref/logic/l10n/LocalizationConsistencyTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ void languageKeysShouldNotContainUnderscoresForSpaces() throws IOException {
100100
quotedEntries
101101
.stream()
102102
.map(key -> String.format("\n%s (%s)\n", key.getKey(), key.getPath()))
103-
.collect(Collectors.toList()));
103+
.toList());
104104
}
105105

106106
@Test

0 commit comments

Comments
 (0)