Skip to content

Commit

Permalink
Issue #2626: Call to derive_vars_dt is now inside a suppressMessages …
Browse files Browse the repository at this point in the history
…function to keep message from cluttering up the test summary.
  • Loading branch information
esimms999 committed Jan 7, 2025
1 parent e1ced33 commit cdb2527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-derive_vars_dt.R
Original file line number Diff line number Diff line change
Expand Up @@ -647,12 +647,12 @@ test_that("derive_vars_dt Test 26: no date imputation, DTF present", {
"2019---07", as.Date(NA), NA_character_
)
date <- select(expected_output, -ASTDT)
actual_output <- derive_vars_dt(
actual_output <- suppressMessages(derive_vars_dt(
date,
new_vars_prefix = "AST",
flag_imputation = "date",
dtc = XXSTDTC
)
))

expect_dfs_equal(
expected_output,
Expand Down

0 comments on commit cdb2527

Please sign in to comment.