Skip to content

Commit

Permalink
moving arm & event
Browse files Browse the repository at this point in the history
ref #542
  • Loading branch information
wibeasley committed Oct 16, 2024
1 parent a7a9175 commit 6c5ca60
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/testthat/test-arm-export.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ test_that("delete-multiple-arm", {
testthat::skip_on_cran()
credential <- retrieve_credential_testing("arm-multiple-delete")

path_expected <- "test-data/delete-multiple-arm/arm.csv"
path_expected <- "test-data/projects/arm-multiple-delete/arm.csv"
expected_data_frame <- read_arms(path_expected)
# start_clean_result <- REDCapR:::clean_start_delete_single_arm()

Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/test-event-read.R
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ test_that("delete-multiple-arm", {
testthat::skip_on_cran()
credential <- retrieve_credential_testing("arm-multiple-delete")

path_expected <- "test-data/delete-multiple-arm/event.csv"
path_expected <- "test-data/projects/arm-multiple-delete/event.csv"
expected_data_frame <- retrieve_expected_events(path_expected)

expected_outcome_message <- "The list of events was retrieved from the REDCap project in \\d+(\\.\\d+\\W|\\W)seconds\\."
Expand Down

0 comments on commit 6c5ca60

Please sign in to comment.