Skip to content

Commit

Permalink
Test for mhpob/otndo#4
Browse files Browse the repository at this point in the history
  • Loading branch information
mhpob committed Nov 1, 2023
1 parent 4556189 commit 8228d84
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tests/testthat/test-matos_receiver_summary.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,16 @@ test_that('ACT projects are summarized', {
expect_true(any(grepl('receiver_push_summary', list.files(getwd()))))

})

## ACT project with receiver deployment data in unlabeled sheet
test_that('ACT project with unlabeled deployment sheet is summarized', {

expect_no_error(
matos_receiver_summary(
matos_project = 164
)
)

expect_true(any(grepl('receiver_push_summary', list.files(getwd()))))

})

0 comments on commit 8228d84

Please sign in to comment.