aboutsummaryrefslogtreecommitdiff
path: root/tests/testthat/test_compiled_symbols.R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2023-04-15 20:00:00 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2023-04-15 20:00:00 +0200
commitf215080efba4097ccdaa2d1208edd36c26d7978a (patch)
tree1acb432251018d9e51dc4640a186ec7227c70ba3 /tests/testthat/test_compiled_symbols.R
parent2db19b7657b8f815c65fd4855cacecc91b695c84 (diff)
Increase test coverage
Also, using mkin analytical solutions for more than one observed variable is not supported (but could be if out_values would be reordered).
Diffstat (limited to 'tests/testthat/test_compiled_symbols.R')
-rw-r--r--tests/testthat/test_compiled_symbols.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testthat/test_compiled_symbols.R b/tests/testthat/test_compiled_symbols.R
index 0c8aff99..740781cf 100644
--- a/tests/testthat/test_compiled_symbols.R
+++ b/tests/testthat/test_compiled_symbols.R
@@ -53,6 +53,6 @@ test_that("We can safely use compiled code", {
} else {
expect_true(file.remove("test_dlls/sfo_sfo.so"))
}
- expect_true(file.remove("test_dlls"))
+ suppressWarnings(file.remove("test_dlls"))
})

Contact - Imprint