Skip to content

Commit 5a23b6f

Browse files
author
Umut Akbayin
committed
refactor: remove unused import
1 parent f2bcebb commit 5a23b6f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

jablib/src/test/java/org/jabref/logic/externalfiles/LinkedFileTransferHelperTest.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,10 @@
66
import org.jabref.model.entry.BibEntry;
77
import org.jabref.model.entry.LinkedFile;
88
import org.junit.jupiter.api.BeforeEach;
9-
import org.junit.jupiter.api.DisplayName;
109
import org.junit.jupiter.api.Nested;
1110
import org.junit.jupiter.api.Test;
1211
import org.junit.jupiter.api.io.TempDir;
1312

14-
import java.io.IOException;
1513
import java.nio.file.Files;
1614
import java.nio.file.Path;
1715
import java.util.List;
@@ -63,7 +61,7 @@ void setup(@TempDir Path tempDir) throws Exception {
6361
}
6462

6563
@Test
66-
void pathDiffers_ShouldAdjustPath(@TempDir Path tempDir) {
64+
void pathDiffers_ShouldAdjustPath() {
6765
var returnedEntries = LinkedFileTransferHelper.adjustLinkedFilesForTarget(sourceContext, targetContext,
6866
filePreferences);
6967

@@ -110,7 +108,7 @@ void setup(@TempDir Path tempDir) throws Exception {
110108
}
111109

112110
@Test
113-
void fileNotReachable_ShouldCopyFile(@TempDir Path tempDir) {
111+
void fileNotReachable_ShouldCopyFile() {
114112
var returnedEntries = LinkedFileTransferHelper.adjustLinkedFilesForTarget(sourceContext, targetContext,
115113
filePreferences);
116114

0 commit comments

Comments
 (0)