Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Feb 19, 2015
1 parent 3d7c129 commit 25cb3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_species_info.R
Expand Up @@ -31,7 +31,7 @@ test_that("We can filter on certain fields",{
needs_api()
df <- species_info(c("Oreochromis niloticus", "Bolbometopon muricatum"), fields='Genus')
expect_is(df, "data.frame")
expect_equal(dim(df), c(1,1))
expect_equal(dim(df), c(2,1))
})

test_that("We can filter on preset fields",{
Expand Down

0 comments on commit 25cb3c9

Please sign in to comment.