Skip to content

Commit

Permalink
migrate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Jul 10, 2024
1 parent e4e929e commit 4b829fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/testthat/test-brm_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ test_that("brm_data() levels", {
group = "nope",
time = "col_time",
patient = "col_patient",
reference_group = "group 1",
covariates = c("col_factor2", "col_factor3")
),
class = "brm_error"
Expand Down
3 changes: 2 additions & 1 deletion tests/testthat/test-brm_marginal_draws.R
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ test_that("brm_marginal_draws() on response, no subgroup", {
excluded <- brm_marginal_draws(
model = model,
formula = formula_exclude,
data = data
data = data,
effect_size = TRUE
),
class = "brm_warn"
)
Expand Down

0 comments on commit 4b829fd

Please sign in to comment.