From bbc3d8e864f18424ceff9c43f285c16f542564b5 Mon Sep 17 00:00:00 2001 From: eblondel Date: Wed, 22 May 2024 15:30:31 +0200 Subject: [PATCH] clean tests --- tests/testthat/test_records.R | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/testthat/test_records.R b/tests/testthat/test_records.R index b1c89ac..68f575a 100644 --- a/tests/testthat/test_records.R +++ b/tests/testthat/test_records.R @@ -42,8 +42,6 @@ test_that("create, deposit and delete 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") @@ -158,7 +156,6 @@ test_that("create, deposit and publish record",{ expect_is(deposit, "ZenodoRecord") #update metadata - deposit$addCommunity("fisheries") deposit = ZENODO$depositRecord(deposit) #add files