Skip to content

Commit

Permalink
test Stability fix regarding the order of set inputs.
Browse files Browse the repository at this point in the history
  • Loading branch information
janlisec committed Jun 10, 2024
1 parent d321d9c commit 68599f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/testthat/test-stability.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ testthat::test_that(
rv = rv_test
),
expr = {
eCerto::setValue(rv, c("Stability","data"), eCerto:::test_Stability_Excel() )
session$setInputs("FigS1_options" = "slope_of_means")
session$setInputs("optimize_u_stab" = FALSE)
session$setInputs("s_shelf_life" = 60)
session$setInputs("slope_of_means" = TRUE)
eCerto::setValue(rv, c("Stability","data"), eCerto:::test_Stability_Excel() )
session$flushReact()
s_vals_cmp_month <- structure(
list(
Expand Down

0 comments on commit 68599f6

Please sign in to comment.