Skip to content

Commit

Permalink
Remove test that no longer applies
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmbaazam committed Oct 16, 2024
1 parent 28c373f commit b1b1efb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/testthat/test-obs_opts.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ test_that("obs_opts returns expected messages", {
# than every 8 hours, for the sake of multiple runs of the test within
# 8 hours.
rlang::local_options(rlib_message_verbosity = "verbose")
expect_message(
obs_opts(),
"NA values will be treated as missing"
)
expect_message(
obs_opts(na = "accumulate"),
"modelled values that correspond to NA values"
Expand Down

0 comments on commit b1b1efb

Please sign in to comment.