Skip to content

Commit 33241d5

Browse files
kopportobiasdiez
authored andcommitted
The PDF has a title - try another publication without an available PDF (#5840)
1 parent 49e8ee2 commit 33241d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/jabref/logic/importer/fetcher/GoogleScholarTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ void linkFound() throws IOException, FetcherException {
5151
@Test
5252
@DisabledOnCIServer("CI server is blocked by Google")
5353
void noLinkFound() throws IOException, FetcherException {
54-
entry.setField(StandardField.TITLE, "Pro WF: Windows Workflow in NET 3.5");
54+
entry.setField(StandardField.TITLE, "Curriculum programme of career-oriented java specialty guided by principles of software engineering");
5555

5656
assertEquals(Optional.empty(), finder.findFullText(entry));
5757
}

0 commit comments

Comments
 (0)