Skip to content

Commit 1d3523c

Browse files
committed
shorten path
ref #445
1 parent d23c793 commit 1d3523c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/testthat/test-metadata-read.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ test_that("normal-filter-form-race_and_ethnicity", {
124124
expect_s3_class(returned_object$data, "tbl")
125125
})
126126

127-
test_that("normal-filter-form-demographics-and-race_and_ethnicity", {
127+
test_that("normal-filter-form-all-three", {
128128
testthat::skip_on_cran()
129-
path_expected <- "test-data/specific-redcapr/metadata-read/normal-filter-form-demographics-and-race_and_ethnicity.R"
129+
path_expected <- "test-data/specific-redcapr/metadata-read/normal-filter-form-all-three.R"
130130
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."
131131

132132
returned_object <-

0 commit comments

Comments
 (0)