Skip to content

Commit 72c7c4d

Browse files
committed
Test all the lines
1 parent 2257535 commit 72c7c4d

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
@@ -72,6 +72,8 @@ is.null(mirai:::posit_tools()) && {
7272
test_type("list", cfg)
7373
test_zero(daemons(url = local_url(), dispatcher = FALSE))
7474
test_class("miraiLaunchCmd", launch_remote(n = 2L, remote = cfg))
75+
cfg$platform <- "wrong"
76+
test_error(launch_remote(n = 2L, remote = cfg), "not supported")
7577
test_zero(daemons(0))
7678
detach()
7779
test_error(cloud_config(platform = "posit"), "can only be used from Posit Workbench")

0 commit comments

Comments
 (0)