Skip to content

Commit

Permalink
Update test for new default setting
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Nov 28, 2023
1 parent 0135378 commit 9fcdcdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testthat/helper-update_plots.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ helper_updateplots <- function() {
conts = c("WT0", "AGE0"),
cats = c("SEX"),
occ = "",
strats = c("STUD")
strats = c("STUD"),
settings=pmx_settings(use.titles = TRUE)
)
list(ctr = ctr, wd = WORK_DIR, input = input_file)
}

0 comments on commit 9fcdcdc

Please sign in to comment.