Skip to content

Commit

Permalink
remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Sep 14, 2021
1 parent c13e92d commit ae94b5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testthat/test_records.R
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ test_that("versions & DOIs",{
rec <- ZENODO$getDepositionByConceptDOI("10.5072/zenodo.523362")
expect_equal(rec$getConceptDOI(), "10.5072/zenodo.523362")
expect_equal(rec$getFirstDOI(), "10.5072/zenodo.523363")
expect_equal(rec$getLastDOI(), rec$doi)
versions <- rec$getVersions()
expect_is(versions, "data.frame")

Expand Down

0 comments on commit ae94b5c

Please sign in to comment.