Skip to content

Commit 2bccdcc

Browse files
authored
Merge pull request #1182 from stan-dev/fix-windows-gha
Fix failing Windows GHA
2 parents ab50a29 + dda3ea8 commit 2bccdcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/testthat/test-model-compile-user_header.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ test_that("cmdstan_model works with user_header with mock", {
4040

4141
with_mocked_cli(
4242
compile_ret = list(status = 0),
43-
info_ret = list(),
43+
info_ret = list(status = 0, stdout = "stan_version_major=2\nstan_version_minor=35\nstan_version_patch=0"),
4444
code = expect_mock_compile(
4545
mod <- cmdstan_model(
4646
stan_file = testing_stan_file("bernoulli_external"),

0 commit comments

Comments
 (0)