Skip to content

Commit

Permalink
update papo jumping test
Browse files Browse the repository at this point in the history
  • Loading branch information
iglauss committed Dec 11, 2024
1 parent 1f3a7d6 commit 249f8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-message_papo.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ mod <- mod_clinical_timelines(
)
),
drug_admin = list(
dataset_name = "exp", start_var = "EXSTDTC", end_var = "EXENDTC", detail_var = "EXTRT",
dataset_name = "exp", trt_var = "EXTRT", start_var = "EXSTDTC", end_var = "EXENDTC", detail_var = "EXTRT",
label = "Drug Administration", dose_var = "EXDOSE", dose_unit_var = "EXDOSU"
),
subjid_var = "USUBJID",
Expand Down

0 comments on commit 249f8b8

Please sign in to comment.