Skip to content

Commit 2f9464a

Browse files
Update tests/testthat/test-epidatacall.R
Co-authored-by: brookslogan <[email protected]>
1 parent 1da2ee4 commit 2f9464a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-epidatacall.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ test_that("fetch_tbl warns on non-success", {
3939
# see generation code above
4040
readRDS(testthat::test_path("data/test-classic.rds")) %>%
4141
jsonlite::fromJSON() %>%
42-
`[[<-`("message", "* This is a warning with a leading asterisk and {braces} to make sure we don't have bulleting/glue bugs.")
42+
`[[<-`("message", artificial_warning)
4343
with_mocked_bindings(
4444
{
4545
expect_warning(epidata_call %>% fetch_tbl(),

0 commit comments

Comments
 (0)