Skip to content

Commit

Permalink
Silence note
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Sep 22, 2014
1 parent 4e1dcb8 commit b8e28fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/test.r
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ test <- function(pkg = ".", filter = NULL) {
# testthat::test_package
ns_env <- load_all(pkg, quiet = TRUE)$env
env <- new.env(parent = ns_env)
with_envvar(r_env_vars(), test_dir(test_path, filter = filter, env = env))
with_envvar(r_env_vars(), testthat::test_dir(test_path, filter = filter, env = env))
}

find_test_dir <- function(path) {
Expand Down

0 comments on commit b8e28fa

Please sign in to comment.