Skip to content

Commit e7140e2

Browse files
committed
test whether the styler workflow really complains
1 parent 4050214 commit e7140e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/testthat/test-double_ml_active_bindings.R

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ test_that("Not setable fields", {
55
dml_data = make_plr_CCDDHNR2018(n_obs = 101)
66
ml_g = lrn("regr.ranger")
77
ml_m = ml_g$clone()
8-
dml_plr = DoubleMLPLR$new(dml_data, ml_g, ml_m)
8+
dml_plr = DoubleMLPLR$new(
9+
dml_data,ml_g,
10+
ml_m)
911

1012
msg = "can't set field all_coef"
1113
expect_error(dml_plr$all_coef <- 5,

0 commit comments

Comments
 (0)