Skip to content

Commit 3d819b3

Browse files
Update tests/testthat/test-add_dockerfiles_renv.R
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 11d81ae commit 3d819b3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/testthat/test-add_dockerfiles_renv.R

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,10 @@ test_that("add_dockerfile_with_renv_ works", {
8282
)
8383
)
8484

85-
dock <- readLines(file.path(dirname(dockerfile_with_renv_output),"Dockerfile"))
85+
dock <- readLines(file.path(
86+
dirname(dockerfile_with_renv_output),
87+
"Dockerfile"
88+
))
8689

8790
expect_true(
8891
any(grepl("library\\(shinyexample\\)",dock))

0 commit comments

Comments
 (0)