Skip to content

Commit

Permalink
fix medline test, pii is now pages?
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Dec 17, 2022
1 parent 4070e42 commit d18c93e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public void setUp() throws InterruptedException {
.withField(StandardField.AUTHOR, "Endharti, Agustina Tri and Wulandari, Adisti and Listyana, Anik and Norahmawati, Eviana and Permana, Sofy")
.withField(new UnknownField("country"), "England")
.withField(StandardField.DOI, "10.1186/s12906-016-1345-0")
.withField(new UnknownField("pii"), "10.1186/s12906-016-1345-0")
.withField(new UnknownField("pii"), "374")
.withField(new UnknownField("pmc"), "PMC5037598")
.withField(StandardField.ISSN, "1472-6882")
.withField(new UnknownField("issn-linking"), "1472-6882")
Expand Down

0 comments on commit d18c93e

Please sign in to comment.