Skip to content
Snippets Groups Projects
test-SplatParams.R 209 B
Newer Older
Luke Zappia's avatar
Luke Zappia committed
context("SplatParams")

test_that("nGroups checks work", {
  params <- newSplatParams()
  expect_error(setParam(params, "nCells", 1),
               "nCells cannot be set directly, set groupCells instead")
})