Skip to content

Commit

Permalink
Create file used in test
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Dec 11, 2023
1 parent d731b27 commit baaaf2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-environment.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ test_that("can print empty environments", {
test_that("can print nontrivial environments", {
path <- withr::local_tempfile()
root <- init_quietly(path)
file.create(file.path(path, c("a.R", "b.R")))
file.create(file.path(path, c("a.R", "b.R", "c.R")))
suppressMessages(
hermod_environment_create("foo",
packages = c("x", "y", "z"),
Expand Down

0 comments on commit baaaf2c

Please sign in to comment.