Skip to content

Commit 0a65753

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 ac6473d commit 0a65753

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/testthat/test-add_dockerfiles_renv.R

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,12 @@ test_that("add_dockerfile_with_renv_ works", {
9898
"Dockerfile"
9999
))
100100

101-
expect_true(
102-
any(grepl("library\\(shinyexample\\)",dock_dev))
103-
)
104-
expect_true(
105-
any(grepl("golem.app.prod=FALSE",dock_dev))
106-
)
101+
expect_true(
102+
any(grepl("library\\(shinyexample\\)", dock_dev))
103+
)
104+
expect_true(
105+
any(grepl("golem.app.prod=FALSE", dock_dev))
106+
)
107107

108108
expect_true(
109109
file.exists(

0 commit comments

Comments
 (0)