Skip to content

Commit 2391170

Browse files
authored
Update tests/testthat/test-qenv_get_warnings.R
Signed-off-by: Marcin <[email protected]>
1 parent cc17c8b commit 2391170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-qenv_get_warnings.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ testthat::test_that("get_warnings accepts a qenv object with 1 warning eval_code
5757
eval_code(bquote("x <- 1")) %>%
5858
eval_code(bquote(warning("This is a warning 2!")))
5959
testthat::expect_identical(
60-
get_warnings(q), # TODO fix
60+
get_warnings(q),
6161
paste0(
6262
"~~~ Warnings ~~~\n\n> This is a warning 2!\nwhen running code:\nwarning(\"This is a warning 2!\")\n\n",
6363
"~~~ Trace ~~~\n\nx <- 1\nwarning(\"This is a warning 2!\")"

0 commit comments

Comments
 (0)