Skip to content

Commit 0c5a1a5

Browse files
committed
update test
1 parent 7acbe64 commit 0c5a1a5

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

tests/testthat/_snaps/printing.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@
347347
Uncertainty intervals (equal-tailed) and p-values (two-tailed) computed
348348
using a Wald t-distribution approximation.
349349

350-
# message about interpretation of log-resoponse
350+
# no more message about interpretation of log-resoponse
351351

352352
Code
353353
print(out)
@@ -360,8 +360,4 @@
360360
361361
Uncertainty intervals (equal-tailed) and p-values (two-tailed) computed
362362
using a Wald t-distribution approximation.
363-
364-
The model has a log-transformed response variable, and exponentiated
365-
parameters are reported. A one-unit increase in the predictor is
366-
associated with multiplying the outcome by that predictor's coefficient.
367363

tests/testthat/test-printing.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ withr::with_options(
112112
withr::with_options(
113113
list(parameters_warning_exponentiate = TRUE),
114114
{
115-
test_that("message about interpretation of log-resoponse", {
115+
test_that("no more message about interpretation of log-resoponse", {
116116
data(mtcars)
117117
m <- lm(log(mpg) ~ gear, data = mtcars)
118118
out <- model_parameters(m, exponentiate = TRUE)

0 commit comments

Comments
 (0)