Skip to content

Commit

Permalink
expose env_var_is_true
Browse files Browse the repository at this point in the history
  • Loading branch information
mhpob committed Nov 5, 2023
1 parent f0e78af commit 58b7b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/helper-runiverse.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
skip_on_Runiverse <- function() {
skip_if(env_var_is_true("MY_UNIVERSE"), "On R-universe.")
skip_if(testthat:::env_var_is_true("MY_UNIVERSE"), "On R-universe.")
}

0 comments on commit 58b7b38

Please sign in to comment.