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 3d7f8f3 commit 54197eaCopy full SHA for 54197ea
src/test/java/org/jabref/logic/importer/fetcher/LibraryOfCongressTest.java
@@ -3,11 +3,14 @@
3
import java.util.Optional;
4
5
import org.jabref.model.entry.BibEntry;
6
+import org.jabref.testutils.category.FetcherTests;
7
8
import org.junit.Test;
9
+import org.junit.experimental.categories.Category;
10
11
import static org.junit.Assert.assertEquals;
12
13
+@Category(FetcherTests.class)
14
public class LibraryOfCongressTest {
15
16
private LibraryOfCongress fetcher = new LibraryOfCongress();
0 commit comments