From 3b9f5566ed1c6df85aba5c339f65d0cbb631123f Mon Sep 17 00:00:00 2001 From: Adam Forys Date: Thu, 25 Jul 2024 00:53:43 +0200 Subject: [PATCH] Update snapshot after upgrade the admiraldev --- tests/testthat/_snaps/derive_blfl.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tests/testthat/_snaps/derive_blfl.md b/tests/testthat/_snaps/derive_blfl.md index 606a22b3..49bbb4bf 100644 --- a/tests/testthat/_snaps/derive_blfl.md +++ b/tests/testthat/_snaps/derive_blfl.md @@ -80,33 +80,33 @@ # derive_blfl sdmt_in validations work - Required variable `DOMAIN` is missing + Required variable `DOMAIN` is missing in `sdtm_in` --- - Required variables `oak_id`, `raw_source` and `patient_number` are missing + Required variables `oak_id`, `raw_source`, and `patient_number` are missing in `sdtm_in` --- - Required variables `VSORRES`, `VSSTAT`, `VSTESTCD` and `VSDTC` are missing + Required variables `VSORRES`, `VSSTAT`, `VSTESTCD`, and `VSDTC` are missing in `sdtm_in` # derive_blfl dm_domain validations work - Required variables `USUBJID` and `RFXSTDTC` are missing + Required variables `USUBJID` and `RFXSTDTC` are missing in `dm_domain` # derive_blfl tgt_var and ref_var validations work - `tgt_var` must be a character scalar but is a list + Argument `tgt_var` must be a scalar of class , but is a list. --- - `ref_var` must be a character scalar but is a data frame + Argument `ref_var` must be a scalar of class , but is a tibble. --- - `tgt_var` must be one of 'VSBLFL' or 'VSLOBXFL' but is 'DMLOBXFL' + Argument `tgt_var` must be equal to one of "VSBLFL" or "VSLOBXFL". # derive_blfl DOMAIN validation works - `domain` must be a character scalar but is `4` + Argument `domain` must be a scalar of class , but is an integer.