Skip to content

Commit

Permalink
Add back ui evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed Sep 5, 2024
1 parent 9ce8197 commit 93072e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/testthat/test-nonmem.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
withr::with_tempdir({
withr::with_options(list(babelmixr2.protectZeros=FALSE), {
test_that("NONMEM dsl, individual lines", {

one.cmt <- function() {
ini({
tka <- 0.45 ; label("Ka")
Expand Down Expand Up @@ -155,6 +156,8 @@ withr::with_tempdir({
regexp="only exported NONMEM"
)

ui <- one.cmt()

expect_s3_class(ui, "rxUi")
expect_type(ui$nonmemModel, "character")

Expand Down

0 comments on commit 93072e8

Please sign in to comment.