Skip to content

Commit

Permalink
fix: oops
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Nov 7, 2024
1 parent 598989f commit 4873231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/helper-TealAppDriver.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ns_des_input <- function(id, dataname, type) {
app_driver_stop <- function(app_driver, envir = parent.frame()) {
withr::defer(
{
app_driver_stop(app_driver)
app_driver$stop()
app_driver$get_chromote_session()$parent$close()
app_driver$get_chromote_session()$close()
gc()
Expand Down

0 comments on commit 4873231

Please sign in to comment.