Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
fix to fulltext test
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Aug 25, 2015
1 parent c216d77 commit 7e00c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-fulltext.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ test_that("plos_fulltext", {

aa <- plos_fulltext(doi = '10.1371/journal.pone.0086169')
bb <- plos_fulltext(c('10.1371/journal.pone.0086169', '10.1371/journal.pbio.1001845'))
dois <- searchplos(q = "*:*", fq = 'doc_type:full', limit = 3)$data$id
dois <- searchplos(q = "*:*", fq = list('doc_type:full', 'article_type:"Research Article"'), limit = 3)$data$id
cc <- plos_fulltext(dois)

# citations returns the correct classes
Expand Down

0 comments on commit 7e00c2f

Please sign in to comment.