Skip to content

Commit

Permalink
removed equality testing in eol_dataobjects fxn test
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Mar 10, 2015
1 parent b0c86e6 commit 87d93a3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/testthat/test-eol_dataobjects.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ context("eol_dataobjects")

temp <- eol_dataobjects(id="d72801627bf4adf1a38d9c5f10cc767f", verbose=FALSE)

test_that("eol_dataobjects returns the correct dimensions", {
expect_equal(length(temp), 8)
expect_equal(NCOL(temp$dataObjects), 22)
})

test_that("eol_dataobjects returns the correct class", {
expect_is(temp, "list")
expect_is(temp$scientificName, "character")
Expand Down

0 comments on commit 87d93a3

Please sign in to comment.