Skip to content

Commit

Permalink
Eliminate unused variable in test
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Dec 8, 2020
1 parent 2f05500 commit 2f1cad8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/testthat/test-remote-path.R
Original file line number Diff line number Diff line change
Expand Up @@ -304,10 +304,9 @@ test_that("pull dependencies that use a query", {

test_that("bundle pack and import", {
skip_on_cran_windows()
path1 <- prepare_orderly_example("minimal")
path2 <- prepare_orderly_example("minimal")
path <- prepare_orderly_example("minimal")

remote <- orderly_remote_path(path1)
remote <- orderly_remote_path(path)
res <- orderly_bundle_pack_remote("example", remote = remote)
expect_true(same_path(dirname(res), tempdir()))
expect_match(basename(res), "^[0-9]{8}-[0-9]{6}-[[:xdigit:]]{8}\\.zip$")
Expand Down

0 comments on commit 2f1cad8

Please sign in to comment.