Skip to content

Commit fe38519

Browse files
authored
Fix typo "custom-expectations" -> "custom-expectation" (#1948)
1 parent 46583b6 commit fe38519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/special-files.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ In principle, you should be able to be run your test files in any order or even
3636
Helper files live in `tests/testthat/`, start with `helper`, and end with `.r` or `.R`.
3737
They are sourced by `devtools::load_all()` (so they're available interactively when developing your packages) and by `test_check()` and friends (so that they're available no matter how your tests are executed).
3838

39-
Helper files are a useful place for functions that you've extracted from repeated code in your tests, whether that be test fixtures (`vignette("test-fixtures")`), custom expectations (`vignette("custom-expectations")`), or skip helpers (`vignette("skipping")`).
39+
Helper files are a useful place for functions that you've extracted from repeated code in your tests, whether that be test fixtures (`vignette("test-fixtures")`), custom expectations (`vignette("custom-expectation")`), or skip helpers (`vignette("skipping")`).
4040

4141
## Setup files
4242

0 commit comments

Comments
 (0)