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 59247bd commit 317234eCopy full SHA for 317234e
jablib/src/test/java/org/jabref/model/entry/BibEntryTypesManagerTest.java
@@ -92,8 +92,8 @@ void nonStandardTypesNotInBibtexMode() {
92
.collect(Collectors.toSet());
93
94
Set<EntryType> bibtexTypes = entryTypesManager.getAllTypes(BibDatabaseMode.BIBTEX).stream()
95
- .map(BibEntryType::getType)
96
- .collect(Collectors.toSet());
+ .map(BibEntryType::getType)
+ .collect(Collectors.toSet());
97
98
for (EntryType nonStandardType : nonStandardTypes) {
99
assertFalse(bibtexTypes.contains(nonStandardType),
0 commit comments