Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Sep 21, 2023
1 parent eb3989b commit 20d338d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/interactive/test-tls.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ test_that("mirai client can start using custom credentials", {
"fd.key -out fd.crt -passin pass:crew"
)
)
on.exit(mirai::daemons(n = 0L))
on.exit(mirai::daemons(n = 0L), add = TRUE)
expect_silent(
tmp <- mirai::daemons(
n = 1L,
Expand Down

0 comments on commit 20d338d

Please sign in to comment.