Skip to content

Commit

Permalink
"..."
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Apr 8, 2024
1 parent 139ec96 commit 3e5449d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-write_dataset.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ test_that("write_dataset to s3:", {
skip_if_not_installed("minioclient")
minioclient::install_mc(force = TRUE)

p <- minioclient::mc_alias_ls(paste(alias, "--json"))
p <- minioclient::mc_alias_ls("play --json")
config <- jsonlite::fromJSON(p$stdout)

minioclient::mc_mb("play/duckdbfs")
Expand Down

0 comments on commit 3e5449d

Please sign in to comment.