Skip to content

Commit 9f39a6d

Browse files
committed
Test all the lines
1 parent fb7d12a commit 9f39a6d

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

0 commit comments

Comments
 (0)