Skip to content

Commit

Permalink
more misspellings
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzwalthert committed Oct 24, 2022
1 parent ae57bc4 commit 799249c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/testthat/test-cache-interaction-roxygen-code-examples.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
test_that("roxzgen code examples are written to cache as both individual expressions and as whole text", {
test_that("roxyen code examples are written to cache as both individual expressions and as whole text", {
local_test_setup(cache = TRUE)
more_specs <- cache_more_specs_default()
text <- c(
Expand All @@ -14,10 +14,10 @@ test_that("roxzgen code examples are written to cache as both individual express
styled <- style_text(text)
expect_equal(cache_info(format = "tabular")$n, 6)
# 1 whole (with comments)
# 1code whole
# 1 code whole
# 1 code by expr
# 1 roxzgen whole
# 2 roxzgen individula
# 1 roxygen whole
# 2 roxygen individual
# total: 6
expect_true(
is_cached(as.character(styled), tidyverse_style(), more_specs = more_specs)
Expand Down

0 comments on commit 799249c

Please sign in to comment.