Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closes 2661 - ignore_seconds_flag now defaults to TRUE. #2670

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
2661 Test # 20 - PASSES, with 1 removal in actual_output
Test # 21
Test # 22
jimrothstein committed Mar 3, 2025
commit cd17a4f71c8ddb2d0565a2821a99808ca12a9d88
1 change: 0 additions & 1 deletion tests/testthat/test-derive_vars_dtm.R
Original file line number Diff line number Diff line change
@@ -476,7 +476,6 @@ test_that("derive_vars_dtm Test 19: date and time imputed to last, no DTF/TMF",
test_that("derive_vars_dtm Test 20: date and time imputed to last, DTF only", {
expected_output <- tibble::tribble(
~XXSTDTC, ~AENDTM, ~AENDTF,
"2019-07-18T15:25:40", ymd_hms("2019-07-18T15:25:40"), NA_character_,
"2019-07-18T15:25", ymd_hms("2019-07-18T15:25:59"), NA_character_,
"2019-07-18T15", ymd_hms("2019-07-18T15:59:59"), NA_character_,
"2019-07-18", ymd_hms("2019-07-18T23:59:59"), NA_character_,