Skip to content

Commit

Permalink
Discard changes to src/test/java/org/jabref/logic/pdf/search/PdfIndex…
Browse files Browse the repository at this point in the history
…erTest.java
  • Loading branch information
koppor committed Jul 4, 2024
1 parent 51ce931 commit 4b015ba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/test/java/org/jabref/logic/pdf/search/PdfIndexerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import org.jabref.model.entry.BibEntry;
import org.jabref.model.entry.LinkedFile;
import org.jabref.model.entry.types.StandardEntryType;
import org.jabref.preferences.AiPreferences;
import org.jabref.preferences.FilePreferences;

import org.apache.lucene.index.DirectoryReader;
Expand All @@ -35,8 +34,6 @@ public class PdfIndexerTest {
@BeforeEach
public void setUp(@TempDir Path indexDir) throws IOException {
FilePreferences filePreferences = mock(FilePreferences.class);
AiPreferences aiPreferences = mock(AiPreferences.class);

this.database = new BibDatabase();

this.context = mock(BibDatabaseContext.class);
Expand Down

0 comments on commit 4b015ba

Please sign in to comment.