Skip to content

Commit 1379f82

Browse files
committed
test
1 parent b5c92e0 commit 1379f82

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
@@ -11,7 +11,7 @@ test_that("bootstrap_parameters.bootstrap_model", {
1111
expect_snapshot(print(out))
1212
})
1313

14-
test_that("bootstrap_parameters.bootstrap_model", {
14+
test_that("bootstrap_model intercept-only", {
1515
y <- 1:10
1616
mod <- lm(y ~ 1)
1717
set.seed(123)

0 commit comments

Comments
 (0)