diff options
Diffstat (limited to 'tests/testthat/test_saem.R')
-rw-r--r-- | tests/testthat/test_saem.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testthat/test_saem.R b/tests/testthat/test_saem.R index d41efbfa..37456ed4 100644 --- a/tests/testthat/test_saem.R +++ b/tests/testthat/test_saem.R @@ -102,7 +102,7 @@ test_that("Parent only models can be fitted with saemix", { test_that("Simple models with metabolite can be fitted with saemix", { - expect_known_output(print(saem_biphasic_s), "print_saem_biphasic_s.txt") + expect_known_output(print(saem_biphasic_s, digits = 1), "print_saem_biphasic_s.txt") test_summary <- summary(saem_biphasic_s) test_summary$saemixversion <- "Dummy 0.0 for testing" |