Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Sep 4, 2023
1 parent e7174fc commit de6bf07
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,7 @@ void compareOfTwoEntriesWithSameContentAndMixedLineEndingsReportsNoDifferences()
assertTrue(duplicateChecker.isDuplicate(entryOne, entryTwo, BibDatabaseMode.BIBTEX));
}

@Disabled
//Book entries can have the same ISBN due to different chapters. The Test fails as crossref identifies both entries as the same.
@Disabled("Book entries can have the same ISBN due to different chapters. The Test fails as crossref identifies both entries as the same.")
@Test
void differentArticlesFromTheSameBookAreNotDuplicates() {
BibEntry entryOne = new BibEntry(StandardEntryType.Article)
Expand Down

0 comments on commit de6bf07

Please sign in to comment.