Skip to content
Snippets Groups Projects
test-simulate.R 245 B
Newer Older
Luke Zappia's avatar
Luke Zappia committed
context("splatter simulations")

test_that("one group switches to single mode", {
  expect_warning(splat(method = "groups"),
                 "nGroups is 1, switching to single mode")
  expect_silent(splat(method = "paths", verbose = FALSE))
})