Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed May 18, 2024
1 parent b5bda00 commit 54b5789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_records.R
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ test_that("versions & DOIs",{
expect_equal(rec$getFirstDOI(), "10.5072/zenodo.54894")
versions <- rec$getVersions()
expect_is(versions, "data.frame")
ys.sleep(5)
Sys.sleep(5)
})

test_that("versions & DOIS - using wrapper",{
Expand Down

0 comments on commit 54b5789

Please sign in to comment.