Skip to content

Commit

Permalink
style: typos + make CI pass
Browse files Browse the repository at this point in the history
- fix typos in two tests
- commit man/add_rscignore_file.Rd to pass CI
  • Loading branch information
ilyaZar committed May 27, 2023
1 parent 722a47f commit 377b9ab
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions man/add_rscignore_file.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tests/testthat/test-add_deploy_helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ test_that("add_rstudio_files", {
expect_exists("app.R")
test <- stringr::str_detect(
output,
"ile created at .*/app.R"
"File created at .*/app.R"
)
expect_true(test)
}
Expand Down Expand Up @@ -143,7 +143,7 @@ test_that("add_rscignore_file", {
expect_exists(".rscignore")
test <- stringr::str_detect(
output,
"ile created at .*/.rscignore"
"File created at .*/.rscignore"
)
expect_true(test)
}
Expand Down

0 comments on commit 377b9ab

Please sign in to comment.