Skip to content

Commit

Permalink
Discard changes to src/test/java/org/jabref/logic/pdf/search/PdfSearc…
Browse files Browse the repository at this point in the history
…herTest.java
  • Loading branch information
koppor committed Jul 4, 2024
1 parent 4b015ba commit 53aec04
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import org.jabref.model.entry.types.StandardEntryType;
import org.jabref.model.pdf.search.PdfSearchResults;
import org.jabref.model.pdf.search.SearchResult;
import org.jabref.preferences.AiPreferences;
import org.jabref.preferences.FilePreferences;

import org.apache.lucene.queryparser.classic.ParseException;
Expand All @@ -34,7 +33,6 @@ public class PdfSearcherTest {
@BeforeEach
public void setUp(@TempDir Path indexDir) throws IOException {
FilePreferences filePreferences = mock(FilePreferences.class);
AiPreferences aiPreferences = mock(AiPreferences.class);

BibDatabase database = new BibDatabase();

Expand Down

0 comments on commit 53aec04

Please sign in to comment.