File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
jablib/src/test/java/org/jabref/logic/externalfiles Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 6
6
import org .jabref .model .entry .BibEntry ;
7
7
import org .jabref .model .entry .LinkedFile ;
8
8
import org .junit .jupiter .api .BeforeEach ;
9
- import org .junit .jupiter .api .DisplayName ;
10
9
import org .junit .jupiter .api .Nested ;
11
10
import org .junit .jupiter .api .Test ;
12
11
import org .junit .jupiter .api .io .TempDir ;
13
12
14
- import java .io .IOException ;
15
13
import java .nio .file .Files ;
16
14
import java .nio .file .Path ;
17
15
import java .util .List ;
@@ -63,7 +61,7 @@ void setup(@TempDir Path tempDir) throws Exception {
63
61
}
64
62
65
63
@ Test
66
- void pathDiffers_ShouldAdjustPath (@ TempDir Path tempDir ) {
64
+ void pathDiffers_ShouldAdjustPath () {
67
65
var returnedEntries = LinkedFileTransferHelper .adjustLinkedFilesForTarget (sourceContext , targetContext ,
68
66
filePreferences );
69
67
@@ -110,7 +108,7 @@ void setup(@TempDir Path tempDir) throws Exception {
110
108
}
111
109
112
110
@ Test
113
- void fileNotReachable_ShouldCopyFile (@ TempDir Path tempDir ) {
111
+ void fileNotReachable_ShouldCopyFile () {
114
112
var returnedEntries = LinkedFileTransferHelper .adjustLinkedFilesForTarget (sourceContext , targetContext ,
115
113
filePreferences );
116
114
You can’t perform that action at this time.
0 commit comments