Skip to content

Commit

Permalink
searchbyterm test tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Apr 17, 2018
1 parent 8c6e7ab commit a913280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-searchbyterm.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ test_that("searchbyterm works correctly", {

# Find multiple species
a <- searchbyterm(genus = "ochotona", specificepithet = "(princeps OR collaris)", limit = 5, messages = FALSE)
Sys.sleep(3)
b <- searchbyterm(class = "aves", state = "california", limit = 10, messages = FALSE)
##cc <- searchbyterm(class = "aves", state = "california", year = 1976, limit = 10, messages = FALSE)
Sys.sleep(3)

expect_is(a, "list")
expect_is(a$meta, "list")
Expand Down

0 comments on commit a913280

Please sign in to comment.