Skip to content

Commit

Permalink
don't delete it twice
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEdmondson1234 committed Dec 10, 2021
1 parent 59a2788 commit 120d823
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testthat/test-zz-deleting.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ test_that("We can create and delete a versioned bucket",{
proj <- Sys.getenv("GCS_DEFAULT_PROJECT")
bucket <- paste0("gcsr-test-bucket-version-",format(Sys.time(), format="%Y%m%d%H%M"))
bbs <- gcs_create_bucket(bucket, projectId = proj, versioning = TRUE)
on.exit(gcs_delete_bucket(bucket, force_delete = TRUE))

tmp <- tempfile()
writeLines("first", tmp)
Expand Down

0 comments on commit 120d823

Please sign in to comment.