Skip to content

Commit 8302fb3

Browse files
committed
tiny update to recompile test
1 parent da2b04e commit 8302fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-model-recompile-logic.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ test_that("warning when no recompile and no info",
2424
test_that("recompiles when force_recompile flag set",
2525
with_mocked_cli(
2626
compile_ret = list(status = 0),
27-
info_ret = list(),
27+
info_ret = list(status = 0),
2828
code = expect_mock_compile({
2929
mod <- cmdstan_model(stan_file = stan_program, force_recompile = TRUE)
3030
})

0 commit comments

Comments
 (0)