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 a0a5602 commit 6713d0cCopy full SHA for 6713d0c
jablib/src/test/java/org/jabref/model/strings/StringUtilTest.java
@@ -35,7 +35,7 @@ void StringUtilClassIsSmall() throws IOException {
35
int lineCount = Files.readAllLines(path, StandardCharsets.UTF_8).size();
36
37
assertTrue(
38
- lineCount <= 939,
+ lineCount <= 943,
39
"StringUtil increased in size to "
40
+ lineCount
41
+ ". "
0 commit comments