Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Jun 10, 2022
1 parent f357901 commit 31eb7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Testing.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -1363,7 +1363,7 @@ test_that("foofy() does this", {
If it's easy to avoid writing files from you tests, that is definitely the best plan.
But there are many times when you really must write files.

**You should only write file inside the session temp directory.**
**You should only write files inside the session temp directory.**
Do not write into your package's `tests/` directory.
Do not write into the current working directory.
Do not write into the user's home directory.
Expand Down

0 comments on commit 31eb7c6

Please sign in to comment.