Skip to content

Commit

Permalink
include startDateEU in variable typing testing
Browse files Browse the repository at this point in the history
  • Loading branch information
rfhb committed Jan 28, 2025
1 parent 9e9c18a commit e5b19a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inst/tinytest/ctrdata_ctis.R
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ for (i in unique(groupsNo)) {
# dates
tmpFields <- tmpFields[
(grepl("[.]date$", tmpFields, ignore.case = TRUE) |
grepl("^startDateEU$", tmpFields, ignore.case = TRUE) |
grepl("Date$", tmpFields, ignore.case = FALSE)) &
!grepl("^decisionDate$", tmpFields, ignore.case = FALSE)
]
Expand Down

0 comments on commit e5b19a3

Please sign in to comment.