We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab50a29 + dda3ea8 commit 2bccdccCopy full SHA for 2bccdcc
1 file changed
tests/testthat/test-model-compile-user_header.R
@@ -40,7 +40,7 @@ test_that("cmdstan_model works with user_header with mock", {
40
41
with_mocked_cli(
42
compile_ret = list(status = 0),
43
- info_ret = list(),
+ info_ret = list(status = 0, stdout = "stan_version_major=2\nstan_version_minor=35\nstan_version_patch=0"),
44
code = expect_mock_compile(
45
mod <- cmdstan_model(
46
stan_file = testing_stan_file("bernoulli_external"),
0 commit comments