Skip to content

Commit

Permalink
finish out comment in test
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebaron committed Aug 2, 2024
1 parent 0411a42 commit 54708e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/maintenance/unit-cpp/test-evtools.R
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ test_that("evtools - reset with bolus", {
mod <- update(mod, rtol = 1e-10, delta = 0.25)
out <- mrgsim(mod)

# Bolus into C; will check
# Bolus into C; will check when this happens next
expect_equal(sort(unique(out$C)), c(0, 100))

# At the reset time, B is back to the initial and we have dosed into C
Expand Down

0 comments on commit 54708e7

Please sign in to comment.