Skip to content

Commit 90f789f

Browse files
committed
Fix test
1 parent ccf5e00 commit 90f789f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jablib/src/test/java/org/jabref/logic/importer/util/FileFieldParserTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ private static Stream<Arguments> stringsToParseTest() throws MalformedURLExcepti
222222
),
223223
// Mixed path
224224
Arguments.of(
225-
List.of(new LinkedFile("", "C:/Users/Philip/Downloads/corti-et-al-2009-cocoa-and-cardiovascular-health.pdf", "")),
226-
":C\\\\:/Users/Philip/Downloads/corti-et-al-2009-cocoa-and-cardiovascular-health.pdf:PDF"
225+
List.of(new LinkedFile("", "C:/Users/Philip/Downloads/corti-et-al-2009-cocoa-and-cardiovascular-health.pdf", "PDF")),
226+
":C\\:/Users/Philip/Downloads/corti-et-al-2009-cocoa-and-cardiovascular-health.pdf:PDF"
227227
)
228228
);
229229
}

0 commit comments

Comments
 (0)