Skip to content

Commit

Permalink
arch test
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Nov 4, 2023
1 parent f6cd33f commit 1b41443
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/java/org/jabref/logic/importer/WebFetchersTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import org.jabref.logic.importer.fetcher.GoogleScholar;
import org.jabref.logic.importer.fetcher.GrobidCitationFetcher;
import org.jabref.logic.importer.fetcher.GvkFetcher;
import org.jabref.logic.importer.fetcher.IssnFetcher;
import org.jabref.logic.importer.fetcher.JstorFetcher;
import org.jabref.logic.importer.fetcher.MrDLibFetcher;
import org.jabref.logic.importer.fetcher.isbntobibtex.DoiToBibtexConverterComIsbnFetcher;
Expand Down Expand Up @@ -78,6 +79,8 @@ void getIdBasedFetchersReturnsAllFetcherDerivingFromIdBasedFetcher() {
expected.remove(EbookDeIsbnFetcher.class);
expected.remove(GvkFetcher.class);
expected.remove(DoiToBibtexConverterComIsbnFetcher.class);
//Remove special ISSN fetcher only suitable for journal lookup

Check failure on line 82 in src/test/java/org/jabref/logic/importer/WebFetchersTest.java

View workflow job for this annotation

GitHub Actions / Checkstyle

[reviewdog] reported by reviewdog 🐶 Comment text should start with space. Raw Output: /github/workspace/./src/test/java/org/jabref/logic/importer/WebFetchersTest.java:82:15: error: Comment text should start with space. (commentStartWithSpace)
expected.remove(IssnFetcher.class);
// Remove the following, because they don't work at the moment
expected.remove(JstorFetcher.class);
expected.remove(GoogleScholar.class);
Expand Down

0 comments on commit 1b41443

Please sign in to comment.