Skip to content

Commit f02a3d4

Browse files
committed
remove comment
1 parent d77f040 commit f02a3d4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/testthat/test_proj_predfun.R

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -419,10 +419,7 @@ test_that(paste(
419419
y = FALSE
420420
)
421421
),
422-
NULL # See the doc of the regexp arg of expect_*: "Note that you should
423-
# only use message with errors/warnings/messages that you
424-
# generate. Avoid tests that rely on the s pecific text generated by
425-
# another package since this can easily change."
422+
NULL
426423
)
427424
expect_identical(tail(out_capt, 1), "converged")
428425

0 commit comments

Comments
 (0)