Skip to content

Commit d0b17cf

Browse files
committed
remove warning catching
1 parent c152793 commit d0b17cf

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/testthat/test_refmodel.R

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -265,11 +265,6 @@ test_that(paste(
265265
weightsnew = wobs_crr,
266266
offsetnew = offs_crr,
267267
type = "response"),
268-
warning = function(w) {
269-
if (grepl("nobars.*reformulas", conditionMessage(w))) {
270-
invokeRestart("muffleWarning")
271-
}
272-
}
273268
),
274269
get_warn_wrhs_orhs(tstsetup,
275270
weightsnew = wobs_crr,

0 commit comments

Comments
 (0)