Skip to content

Commit

Permalink
#2563 no_list_columns: add snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
bundfussr committed Jan 7, 2025
1 parent 55220ef commit a5ef7a5
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 a5ef7a5

Please sign in to comment.