Skip to content

Commit 498f3be

Browse files
committed
test: don't test the package name
1 parent ecbf50e commit 498f3be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/testthat/test-pw-init-test-show-report.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ test_that("multiplication works", {
1212
path = temp_golem,
1313
package_name = "pwtest",
1414
open = FALSE,
15-
overwrite = TRUE
15+
overwrite = TRUE,
16+
check_name = FALSE
1617
)
1718

1819
testthat::with_mocked_bindings(

0 commit comments

Comments
 (0)