Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Sep 21, 2023
1 parent cb00ae2 commit 9662803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test_config_metadata_gsheets_zenodo_full.R
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ require(testthat)
setwd(wd)

zenodo_published_records <- as.data.frame(readr::read_csv(file.path(EXEC2, "zenodo", "zenodo_pids.csv")))
expect_equal(zenodo_published_records$Identifier, c("my-geoflow-zenodo-record-test1", "my-geoflow-zenodo-record-test2"))
expect_equal(zenodo_published_records$Identifier, c("my-geoflow-zenodo-record-testnew1", "my-geoflow-zenodo-record-testnew2"))
expect_equal(zenodo_published_records$Status, c("published", "published"))
for(id in zenodo_published_records$Identifier){
conceptdoi <- zenodo_published_records[zenodo_published_records$Identifier == id, "DOI_for_allversions"]
Expand Down

0 comments on commit 9662803

Please sign in to comment.