We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc17c8b commit 2391170Copy full SHA for 2391170
tests/testthat/test-qenv_get_warnings.R
@@ -57,7 +57,7 @@ testthat::test_that("get_warnings accepts a qenv object with 1 warning eval_code
57
eval_code(bquote("x <- 1")) %>%
58
eval_code(bquote(warning("This is a warning 2!")))
59
testthat::expect_identical(
60
- get_warnings(q), # TODO fix
+ get_warnings(q),
61
paste0(
62
"~~~ Warnings ~~~\n\n> This is a warning 2!\nwhen running code:\nwarning(\"This is a warning 2!\")\n\n",
63
"~~~ Trace ~~~\n\nx <- 1\nwarning(\"This is a warning 2!\")"
0 commit comments