Skip to content

Commit

Permalink
CLEANUP: Fix partial matching in test helper function
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Mar 24, 2016
1 parent f907850 commit 68288d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ getTempDir = function() {
}

makeTestRegistry = function(packages = character(0L), work.dir = getWorkDir(), file.dir = getTempDir(), ...) {
dir.create(file.dir, recursive = TRUE, showWarning = FALSE)
dir.create(file.dir, recursive = TRUE, showWarnings = FALSE)
makeRegistry(
id = "unittests",
seed = 1L,
Expand Down

0 comments on commit 68288d5

Please sign in to comment.