From f215080efba4097ccdaa2d1208edd36c26d7978a Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sat, 15 Apr 2023 20:00:00 +0200 Subject: 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). --- tests/testthat/test_compiled_symbols.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/testthat/test_compiled_symbols.R') 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")) }) -- cgit v1.2.1