Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle authored and sckott committed Nov 17, 2020
1 parent 1d8acf9 commit 4664468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/vcr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ E.g. to have tests pass on continuous integration for external pull requests to
* you still need to fool your _package_ into believing there is an API key as it will construct requests with it. So add the following lines to a testthat setup file (e.g. `tests/testthat/setup-vcr.R`)

```r
if(!nzchar(Sys.getenv("APIKEY"))) {
if (!nzchar(Sys.getenv("APIKEY"))) {
Sys.setenv("APIKEY" = "foobar")
}
```
Expand Down

0 comments on commit 4664468

Please sign in to comment.