Skip to content

Commit 88c9a8a

Browse files
committed
Test all the lines
1 parent e54a491 commit 88c9a8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/tests.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ is.null(mirai:::posit_tools()) && {
7373
test_type("list", cfg)
7474
test_zero(daemons(url = local_url(), dispatcher = FALSE))
7575
test_class("miraiLaunchCmd", launch_remote(n = 2L, remote = cfg))
76+
cfg$platform <- "wrong"
77+
test_error(launch_remote(n = 2L, remote = cfg), "not supported")
7678
test_zero(daemons(0))
7779
detach()
7880
test_error(cloud_config(platform = "posit"), "can only be used from Posit Workbench")

0 commit comments

Comments
 (0)