Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
akselthomsen committed Dec 10, 2024
1 parent 4b761ca commit e021ab6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/testthat/test-whirl_r_session.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ test_that("interactive whirl R session components not tested in run", {
p$call(func = \() 1 + "a") # Something with an error
expect_error(p$wait()$check_status())

invisble(p$read())

# Test temp dir is deleted correctly
dir <- p$get_wd()
rm(p)
Expand Down

0 comments on commit e021ab6

Please sign in to comment.