Skip to content

Commit 0cda0d0

Browse files
Fix failing test
1 parent 2620533 commit 0cda0d0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/testthat/test-burden_diagnostics.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ test_that("`validate_file_dict_template()` works", {
88
dummy_data <- data.frame()
99
readr::write_csv(dummy_data, file_dict)
1010

11+
disease <- "dummy_disease"
12+
1113
success_msg <- glue::glue(
1214
"(File dictionary found at)*({file_dict})*(no action needed)"
1315
)

0 commit comments

Comments
 (0)