Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Oct 9, 2024
1 parent 432fc89 commit 70064ea
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/testthat/test-utils_options.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
test_that("invalid options", {
expect_error(
crew_controller_slurm(options_cluster = list()),
class = "crew_error"
)
expect_error(
crew_options_validate(list()),
class = "crew_error"
)
})

0 comments on commit 70064ea

Please sign in to comment.