Skip to content

Commit 284c282

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 e4027e1 commit 284c282

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

tests/testthat/test-add_dockerfiles_renv.R

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -99,20 +99,19 @@ dock_dev <- readLines(file.path(dirname(dockerfile_with_renv_output_dev),"Docker
9999
any(grepl("golem.app.prod=FALSE",dock_dev))
100100
)
101101

102-
103-
expect_true(
104-
file.exists(
105-
dockerfile_with_renv_shinyproxy_output
106-
)
107-
)
108-
expect_true(
109-
file.exists(
110-
dockerfile_with_renv_heroku_output
111-
)
112-
)
113-
unlink(
114-
dummy_golem,
115-
TRUE,
116-
TRUE
117-
)
102+
expect_true(
103+
file.exists(
104+
dockerfile_with_renv_shinyproxy_output
105+
)
106+
)
107+
expect_true(
108+
file.exists(
109+
dockerfile_with_renv_heroku_output
110+
)
111+
)
112+
unlink(
113+
dummy_golem,
114+
TRUE,
115+
TRUE
116+
)
118117
})

0 commit comments

Comments
 (0)