Skip to content

Commit

Permalink
Fix annotation + package of ACMPortalParserTest (#7812)
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Jun 10, 2021
1 parent f2b51fb commit 4827be0
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.jabref.logic.importer;
package org.jabref.logic.importer.fileformat;

import java.io.IOException;
import java.net.CookieHandler;
Expand All @@ -9,18 +9,21 @@
import java.util.Collections;
import java.util.List;

import org.jabref.logic.importer.fileformat.ACMPortalParser;
import org.jabref.logic.importer.FetcherException;
import org.jabref.logic.importer.ParseException;
import org.jabref.logic.net.URLDownload;
import org.jabref.model.entry.BibEntry;
import org.jabref.model.entry.field.StandardField;
import org.jabref.model.entry.types.StandardEntryType;
import org.jabref.testutils.category.FetcherTest;

import com.microsoft.applicationinsights.core.dependencies.http.client.utils.URIBuilder;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

import static org.junit.jupiter.api.Assertions.assertEquals;

@FetcherTest
public class ACMPortalParserTest {

ACMPortalParser parser;
Expand Down

0 comments on commit 4827be0

Please sign in to comment.