Skip to content

Commit

Permalink
R CMD Check
Browse files Browse the repository at this point in the history
  • Loading branch information
Eliot McIntire committed Nov 7, 2019
1 parent b8a2f42 commit abbc417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-simList.R
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ test_that("test that module directory exists, but not files", {

file.remove(mainParentModuleFile)
a <- capture_messages({
expect_error(simInit(paths = paths, modules = modules, times = times), "are missing")
expect_error(simInit(paths = paths, modules = modules, times = times), "doesn't exist")
})

unlink(dirname(mainParentModuleFile), recursive = TRUE)
Expand Down

0 comments on commit abbc417

Please sign in to comment.