Skip to content

Commit ddb2a1e

Browse files
committed
fix
1 parent 1379f82 commit ddb2a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testthat/test-bootstrap_parameters.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ test_that("bootstrap_model intercept-only", {
1717
set.seed(123)
1818
out <- bootstrap_model(mod, iterations = 20)
1919
expect_equal(
20-
out,
20+
as.numeric(out),
2121
c(
2222
6.3, 4.8, 7, 6, 6.3, 6.7, 6.6, 6.6, 6.1, 6.1, 6.3, 6.3, 6.1,
2323
7.2, 5.9, 5.6, 5.7, 6.8, 6.7, 6.4

0 commit comments

Comments
 (0)