Skip to content

Commit

Permalink
test for #111
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEdmondson1234 committed Jan 1, 2020
1 parent 37f922c commit 58749b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/testthat/test-gcs.R
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,9 @@ test_that("Uploads", {
expect_equal(upload$name, "mtcars_meta.csv")

# upload to bucketLevel Acl
bl <- gcs_upload(mtcars, bucket = "mark-bucketlevel-acl")
bl <- gcs_upload(mtcars, bucket = "mark-bucketlevel-acl",
predefinedAcl = "bucketLevel")
expect_equal(bl$kind, "storage#object")

})

Expand Down

0 comments on commit 58749b2

Please sign in to comment.