Skip to content
Snippets Groups Projects
test-lun-simulate.R 185 B
Newer Older
context("Lun simulation")

test_that("Lun simulation output is valid", {
    expect_true(validObject(lunSimulate()))
    expect_true(validObject(lunSimulate(groupCells = c(10, 10))))
})