Skip to content

Commit 25ce374

Browse files
committed
Adapt test of StringUtil
1 parent 4457ee5 commit 25ce374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/jabref/model/strings/StringUtilTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ void StringUtilClassIsSmall() throws Exception {
3131
int lineCount = Files.readAllLines(path, StandardCharsets.UTF_8).size();
3232

3333
assertTrue(
34-
lineCount <= 774,
34+
lineCount <= 788,
3535
"StringUtil increased in size to "
3636
+ lineCount
3737
+ ". "

0 commit comments

Comments
 (0)