diff --git a/src/test/java/org/jabref/logic/database/DuplicateCheckTest.java b/src/test/java/org/jabref/logic/database/DuplicateCheckTest.java index 5bdc4d5f4f7..54c875abd1b 100644 --- a/src/test/java/org/jabref/logic/database/DuplicateCheckTest.java +++ b/src/test/java/org/jabref/logic/database/DuplicateCheckTest.java @@ -525,7 +525,7 @@ void compareOfTwoEntriesWithSameContentAndMixedLineEndingsReportsNoDifferences() } /** - * Book entries can have the same ISBN due to different chapters. The Test fails as crossref identifies both entries as the same. + * Journal articles can have the same ISBN due to the journal has one unique ISBN, but hundreds of different articles. */ @Test void differentArticlesFromTheSameBookAreNotDuplicates() {