Skip to content

Commit 799249c

Browse files
more misspellings
1 parent ae57bc4 commit 799249c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/testthat/test-cache-interaction-roxygen-code-examples.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
test_that("roxzgen code examples are written to cache as both individual expressions and as whole text", {
1+
test_that("roxyen code examples are written to cache as both individual expressions and as whole text", {
22
local_test_setup(cache = TRUE)
33
more_specs <- cache_more_specs_default()
44
text <- c(
@@ -14,10 +14,10 @@ test_that("roxzgen code examples are written to cache as both individual express
1414
styled <- style_text(text)
1515
expect_equal(cache_info(format = "tabular")$n, 6)
1616
# 1 whole (with comments)
17-
# 1code whole
17+
# 1 code whole
1818
# 1 code by expr
19-
# 1 roxzgen whole
20-
# 2 roxzgen individula
19+
# 1 roxygen whole
20+
# 2 roxygen individual
2121
# total: 6
2222
expect_true(
2323
is_cached(as.character(styled), tidyverse_style(), more_specs = more_specs)

0 commit comments

Comments
 (0)