Skip to content

Commit

Permalink
Adapt test of StringUtil
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Oct 5, 2024
1 parent 4457ee5 commit 25ce374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/jabref/model/strings/StringUtilTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ void StringUtilClassIsSmall() throws Exception {
int lineCount = Files.readAllLines(path, StandardCharsets.UTF_8).size();

assertTrue(
lineCount <= 774,
lineCount <= 788,
"StringUtil increased in size to "
+ lineCount
+ ". "
Expand Down

0 comments on commit 25ce374

Please sign in to comment.