Skip to content

Commit

Permalink
integration test comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed May 18, 2024
1 parent 077cc6b commit c9e5d36
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/testthat/test_records.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ require(testthat)
context("records")

test_that("create empty record - with reserved DOI",{
#=> This test creates an empty record with reserved DOI, delete DOI, and finally deletes the record
#=> This test includes the following sequences
#- creates an empty record with reserved DOI,
#- delete DOI
#and finally deletes the record
newRec <- ZENODO$createEmptyRecord()
expect_is(newRec, "ZenodoRecord")
expect_true(!is.null(newRec$pids$doi))
Expand Down

0 comments on commit c9e5d36

Please sign in to comment.