Skip to content

Commit bea826d

Browse files
aviator-app[bot]aviator-bot
authored and
aviator-bot
committed
[create-pull-request] automated change
1 parent 659c8cd commit bea826d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

tests/testthat/_snaps/demo/demo.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ An initial NEWS file can be created with `usethis::use_news_md()`.
133133

134134
``` r
135135
usethis::use_news_md()
136-
## v Writing 'NEWS.md'.
136+
## v Writing 'NEWS.md'
137137
```
138138

139139
Let's take a look at the contents:
@@ -176,7 +176,7 @@ We start by creating the new R file called `cup.R` and adding code (well only a
176176

177177
``` r
178178
usethis::use_r("cup")
179-
## [ ] Edit 'R/cup.R'.
179+
## * Edit 'R/cup.R'
180180
```
181181

182182
``` r
@@ -215,12 +215,12 @@ The code in `cup.R` warrants a test (at least it would if it were actual code!):
215215

216216
``` r
217217
usethis::use_test("cup")
218-
## v Adding testthat to 'Suggests' field in DESCRIPTION.
219-
## v Adding "3" to 'Config/testthat/edition'.
220-
## v Creating 'tests/testthat/'.
221-
## v Writing 'tests/testthat.R'.
222-
## v Writing 'tests/testthat/test-cup.R'.
223-
## [ ] Edit 'tests/testthat/test-cup.R'.
218+
## v Adding 'testthat' to Suggests field in DESCRIPTION
219+
## v Adding '3' to Config/testthat/edition
220+
## v Creating 'tests/testthat/'
221+
## v Writing 'tests/testthat.R'
222+
## v Writing 'tests/testthat/test-cup.R'
223+
## * Edit 'tests/testthat/test-cup.R'
224224
```
225225

226226
``` r
@@ -434,8 +434,8 @@ This time we write the tests first, test-driven development.
434434

435435
``` r
436436
usethis::use_test("bowl")
437-
## v Writing 'tests/testthat/test-bowl.R'.
438-
## [ ] Edit 'tests/testthat/test-bowl.R'.
437+
## v Writing 'tests/testthat/test-bowl.R'
438+
## * Edit 'tests/testthat/test-bowl.R'
439439
```
440440

441441

@@ -448,7 +448,7 @@ gert::git_commit("Add bowl tests.")
448448

449449
``` r
450450
usethis::use_r("bowl")
451-
## [ ] Edit 'R/bowl.R'.
451+
## * Edit 'R/bowl.R'
452452
```
453453

454454
``` r

0 commit comments

Comments
 (0)