Skip to content

Commit e8ae92a

Browse files
committed
style: styler
1 parent 0b3fae2 commit e8ae92a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/testthat/test-epidatacall.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ test_that("fetch_tbl warns on non-success", {
4444
content = function(...) NULL,
4545
.package = "httr"
4646
)
47-
artificial_warning <- "* This is a warning with a leading asterisk and {braces} to make sure we don't have bulleting/glue bugs."
47+
artificial_warning <- "* This is a warning with a leading asterisk and {braces} to make sure we don't have bulleting/glue bugs."
4848
debug_triplet <- readRDS(testthat::test_path("data/test-classic.rds")) %>%
49-
jsonlite::fromJSON() %>%
50-
`[[<-`("message", artificial_warning)
49+
jsonlite::fromJSON() %>%
50+
`[[<-`("message", artificial_warning)
5151
local_mocked_bindings(
5252
# see generation code above
5353
fromJSON = function(...) debug_triplet,
@@ -56,6 +56,6 @@ test_that("fetch_tbl warns on non-success", {
5656

5757
expect_warning(epidata_call %>% fetch_tbl(),
5858
regexp = paste0("epidata warning: ", artificial_warning),
59-
fixed = TRUE
59+
fixed = TRUE
6060
)
6161
})

0 commit comments

Comments
 (0)