Skip to content

Commit

Permalink
Closes #2563 no_list_columns: add snapshot (#2625)
Browse files Browse the repository at this point in the history
#2563 no_list_columns: add snapshot
  • Loading branch information
bundfussr authored Jan 7, 2025
1 parent 55220ef commit 069d450
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/testthat/_snaps/derive_vars_atc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# derive_vars_atc Test 2: error if facm not unique

Code
derive_vars_atc(dataset = cm, dataset_facm = facm)
Condition
Error in `signal_duplicate_records()`:
! Dataset `dataset_facm` contains duplicate records with respect to `STUDYID`, `USUBJID`, `FAREFID`, and `FATESTCD`
Please check data and `by_vars` and `id_vars` arguments.
i Run `admiral::get_duplicates_dataset()` to access the duplicate records

0 comments on commit 069d450

Please sign in to comment.