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 e0669af commit bb82270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-whirl_r_session.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ 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())
invisible(p$read()) # Make sure the process is ready to be deleted

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

0 comments on commit bb82270

Please sign in to comment.