diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2023-11-23 06:17:28 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2023-11-23 06:17:28 +0100 |
commit | 43af185533b11327368148a44e9295ea3eb3abb1 (patch) | |
tree | e0100fd009a2bd8c6d09e9680c60f4a4bbac391c /tests/testthat/test_saemix_parent.R | |
parent | a1b5d63e031d22b190e9e9fc30753b699ad6b4ea (diff) |
Bump version, fix test from last commit, check and test
Diffstat (limited to 'tests/testthat/test_saemix_parent.R')
-rw-r--r-- | tests/testthat/test_saemix_parent.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testthat/test_saemix_parent.R b/tests/testthat/test_saemix_parent.R index c80b4fa1..88b406b6 100644 --- a/tests/testthat/test_saemix_parent.R +++ b/tests/testthat/test_saemix_parent.R @@ -174,4 +174,4 @@ test_that("illparms finds a single random effect that is ill-defined", { expect_equal( as.character(illparms(m_saem_2)), "sd(log_k_parent)") -} +}) |