Skip to content

Commit

Permalink
Mark LibraryOfCongressTest as a fetcher test (#3012)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusDietz authored and lenhard committed Jul 14, 2017
1 parent 3d7f8f3 commit 54197ea
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@
import java.util.Optional;

import org.jabref.model.entry.BibEntry;
import org.jabref.testutils.category.FetcherTests;

import org.junit.Test;
import org.junit.experimental.categories.Category;

import static org.junit.Assert.assertEquals;

@Category(FetcherTests.class)
public class LibraryOfCongressTest {

private LibraryOfCongress fetcher = new LibraryOfCongress();
Expand Down

0 comments on commit 54197ea

Please sign in to comment.