Skip to content

Commit

Permalink
Update test-trialmaster.R
Browse files Browse the repository at this point in the history
  • Loading branch information
DanChaltiel committed Aug 8, 2024
1 parent 03b1ae7 commit 9dec288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-trialmaster.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ edc_options(edc_lookup_overwrite_warn=FALSE)
test_that("Read an archive", {
clean_cache()
clean_lookup()
edc_options(edc_lookup_overwrite_warn=TRUE, .local=TRUE)
w = read_trialmaster(filename) %>%
expect_classed_conditions(message_class="read_tm_zip")
edc_options(edc_lookup_overwrite_warn=TRUE, .local=TRUE)
w = read_trialmaster(filename, use_cache=TRUE) %>%
expect_classed_conditions(message_class="read_tm_cache",
warning_class="edc_lookup_overwrite_warn")
Expand Down

0 comments on commit 9dec288

Please sign in to comment.