Skip to content

Commit

Permalink
removing magrittr where it's not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
sadchla-codes committed Mar 4, 2024
1 parent 8dda31a commit 9c33499
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/testthat/test-metadata.R
Original file line number Diff line number Diff line change
Expand Up @@ -760,8 +760,6 @@ test_that("xportr_*: Domain is kept in between calls", {

test_that("`xportr_metadata()` results match traditional results", {

if (requireNamespace("magrittr", quietly = TRUE)) {

data("var_spec", "dataset_spec", "adsl_xportr", envir = environment())
adsl <- adsl_xportr

Expand Down Expand Up @@ -807,5 +805,5 @@ test_that("`xportr_metadata()` results match traditional results", {
haven::read_xpt(metadata_path),
haven::read_xpt(trad_path)
)
}

})

0 comments on commit 9c33499

Please sign in to comment.