Skip to content

Commit

Permalink
shorten path
Browse files Browse the repository at this point in the history
ref #445
  • Loading branch information
wibeasley committed Oct 22, 2022
1 parent d23c793 commit 1d3523c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-metadata-read.R
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ test_that("normal-filter-form-race_and_ethnicity", {
expect_s3_class(returned_object$data, "tbl")
})

test_that("normal-filter-form-demographics-and-race_and_ethnicity", {
test_that("normal-filter-form-all-three", {
testthat::skip_on_cran()
path_expected <- "test-data/specific-redcapr/metadata-read/normal-filter-form-demographics-and-race_and_ethnicity.R"
path_expected <- "test-data/specific-redcapr/metadata-read/normal-filter-form-all-three.R"
expected_outcome_message <- "The data dictionary describing \\d+ fields was read from REDCap in \\d+(\\.\\d+\\W|\\W)seconds\\. The http status code was 200."

returned_object <-
Expand Down

0 comments on commit 1d3523c

Please sign in to comment.