Skip to content

Commit

Permalink
set mustWork=TRUE as the default in the testthat helper
Browse files Browse the repository at this point in the history
  • Loading branch information
Torbjørn Lindahl committed Sep 9, 2024
1 parent 00a3915 commit 3817399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-local_here.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ test_that("local_here works", {

returned_value <- local_here(d)

expect_pathequal(returned_value, here_was, mustWork=TRUE)
expect_pathequal(returned_value, here_was)

expect_pathequal(here(), d)
expect_pathequal(getwd(), wd_was)
Expand Down

0 comments on commit 3817399

Please sign in to comment.