Skip to content

Commit

Permalink
clean tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed May 22, 2024
1 parent bbc3d8e commit f2431b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/testthat/test_records.R
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ test_that("create, deposit and publish record",{
myrec$addContributor(firstname = "Peter", lastname = "Lead", role = "workpackageleader")
myrec$addContributor(firstname = "Frank", "Super", role = "supervisor")
myrec$setLicense("mit", sandbox = TRUE)
#expect_true(myrec$addCommunity("openfair", sandbox = TRUE))
#expect_false(myrec$addCommunity("openfair", sandbox = TRUE))
myrec$setKeywords(c("R","package","software"))
myrec$addReference("Author et al., 2019. Title")
myrec$addReference("Fulano et al., 2018. Título")
Expand Down

0 comments on commit f2431b1

Please sign in to comment.