We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4457ee5 commit 25ce374Copy full SHA for 25ce374
src/test/java/org/jabref/model/strings/StringUtilTest.java
@@ -31,7 +31,7 @@ void StringUtilClassIsSmall() throws Exception {
31
int lineCount = Files.readAllLines(path, StandardCharsets.UTF_8).size();
32
33
assertTrue(
34
- lineCount <= 774,
+ lineCount <= 788,
35
"StringUtil increased in size to "
36
+ lineCount
37
+ ". "
0 commit comments