Skip to content

Commit 54197ea

Browse files
LinusDietzlenhard
authored andcommitted
Mark LibraryOfCongressTest as a fetcher test (#3012)
1 parent 3d7f8f3 commit 54197ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/java/org/jabref/logic/importer/fetcher/LibraryOfCongressTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33
import java.util.Optional;
44

55
import org.jabref.model.entry.BibEntry;
6+
import org.jabref.testutils.category.FetcherTests;
67

78
import org.junit.Test;
9+
import org.junit.experimental.categories.Category;
810

911
import static org.junit.Assert.assertEquals;
1012

13+
@Category(FetcherTests.class)
1114
public class LibraryOfCongressTest {
1215

1316
private LibraryOfCongress fetcher = new LibraryOfCongress();

0 commit comments

Comments
 (0)