Skip to content

Commit

Permalink
Merge pull request #3445 from JabRef/freecite-fetcher
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusDietz authored Nov 20, 2017
2 parents 33d0423 + fec16a9 commit becb08b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,16 @@
import org.jabref.logic.importer.ImportFormatPreferences;
import org.jabref.logic.util.FileExtensions;
import org.jabref.model.entry.BibEntry;
import org.jabref.testutils.category.FetcherTests;

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

import static org.junit.Assert.assertEquals;
import static org.mockito.Mockito.mock;

@Category(FetcherTests.class)
public class FreeCiteImporterTest {

private FreeCiteImporter importer;
Expand Down

0 comments on commit becb08b

Please sign in to comment.