Skip to content

Commit

Permalink
Fix wrong brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
zsteinmetz committed Aug 22, 2023
1 parent 06d3a65 commit 55143c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-share_spec.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test_that("share_text() uploads to the cloud", {
skip_on_cran()
skip_if_not(testthat:::on_ci(), "Not on CI")
skip_if(Sys.getenv("AWS_ACCESS_KEY_ID") == "" ||
Sys.getenv("AWS_SECRET_ACCESS_KEY" == ""), "No credentials")
Sys.getenv("AWS_SECRET_ACCESS_KEY") == "", "No credentials")

share_spec(raman_hdpe, file = read_extdata("raman_hdpe.csv"), share = "cloud",
credentials = list(
Expand Down

0 comments on commit 55143c5

Please sign in to comment.