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

Update snapshot after upgrade the admiraldev #73

Merged
merged 1 commit into from
Jul 29, 2024
Merged
Changes from all commits
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
16 changes: 8 additions & 8 deletions tests/testthat/_snaps/derive_blfl.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,33 +80,33 @@

# derive_blfl sdmt_in validations work

Required variable `DOMAIN` is missing
Required variable `DOMAIN` is missing in `sdtm_in`
galachad marked this conversation as resolved.
Show resolved Hide resolved

---

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 <character>, 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 <character>, 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 <character>, but is an integer.

Loading