Skip to content

Commit

Permalink
avoid warning about pseudofields
Browse files Browse the repository at this point in the history
ref #477
  • Loading branch information
wibeasley committed May 26, 2023
1 parent 8ee8c9f commit 43dc75e
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions tests/testthat/test-write-dag.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ test_that("Smoke Test", {
testthat::skip_on_cran()
skip_if_onlyread()

expect_message({
start_clean_result <-
REDCapR:::clean_start_dag_write(
batch = FALSE,
verbose = TRUE
)
})
start_clean_result <-
REDCapR:::clean_start_dag_write(
batch = FALSE,
verbose = FALSE
)
project <- start_clean_result$redcap_project

expect_type(start_clean_result, "list")
Expand Down

0 comments on commit 43dc75e

Please sign in to comment.